'Declaration
<System.ComponentModel.DefaultValueAttribute(4)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value between 1 and 10 which specifies the offset for shadows(if any).")> Public Property ShadowOffset As System.Integer
'Usage
Dim instance As NGlobalMenuOptions Dim value As System.Integer instance.ShadowOffset = value value = instance.ShadowOffset
[System.ComponentModel.DefaultValue(4)] [System.ComponentModel.Description("Gets/sets a value between 1 and 10 which specifies the offset for shadows(if any).")] public System.int ShadowOffset {get; set;}