'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the color used to fill shadow areas.")> Public Property ShadowColor As System.Drawing.Color
'Usage
Dim instance As NGlobalMenuOptions Dim value As System.Drawing.Color instance.ShadowColor = value value = instance.ShadowColor
[System.ComponentModel.Description("Gets/sets the color used to fill shadow areas.")] public System.Drawing.Color ShadowColor {get; set;}