'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the length of the fading area")> Public Property FadeLength As NLength
'Usage
Dim instance As NShadowStyle Dim value As NLength instance.FadeLength = value value = instance.FadeLength
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the length of the fading area")] public NLength FadeLength {get; set;}