'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Controls the text shadow.")> Public Property Shadow As Shadow
'Usage Dim instance As ChartText Dim value As Shadow instance.Shadow = value value = instance.Shadow
[Category("Appearance")] [Description("Controls the text shadow.")] public Shadow Shadow {get; set;}