'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the menu will display shadow.")> Public Property Shadow As System.Boolean
'Usage
Dim instance As NMenuOptions Dim value As System.Boolean instance.Shadow = value value = instance.Shadow
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the menu will display shadow.")] public System.bool Shadow {get; set;}