'Declaration <DescriptionAttribute("Controls the size of the fading area")> <CategoryAttribute("General")> Public Property FadeArea As Single
'Usage Dim instance As Shadow Dim value As Single instance.FadeArea = value value = instance.FadeArea
[Description("Controls the size of the fading area")] [Category("General")] public float FadeArea {get; set;}