'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the y-offset for the shadow.")> Public Property OffsetY As System.Integer
'Usage
Dim instance As NShadowInfo Dim value As System.Integer instance.OffsetY = value value = instance.OffsetY
[System.ComponentModel.Description("Gets/sets the y-offset for the shadow.")] public System.int OffsetY {get; set;}