'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the frame will be faded out of the view.")> Public Property FadeOut As System.Boolean
'Usage
Dim instance As NRotatorFrame Dim value As System.Boolean instance.FadeOut = value value = instance.FadeOut
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the frame will be faded out of the view.")] public System.bool FadeOut {get; set;}