'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether a fade-out animation will be applied when the popup is closed.")> Public Property FadeOut As System.Boolean
'Usage
Dim instance As NPopupAnimationInfo Dim value As System.Boolean instance.FadeOut = value value = instance.FadeOut
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether a fade-out animation will be applied when the popup is closed.")] public System.bool FadeOut {get; set;}