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