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