'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the shadow offset")> Public Property Offset As NPointL
'Usage
Dim instance As NShadowStyle Dim value As NPointL instance.Offset = value value = instance.Offset
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the shadow offset")] public NPointL Offset {get; set;}