'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the offset to be applied when calculating the popup's bounds.")> Public Property Offset As NPoint
'Usage
Dim instance As NPopupPlacementInfo Dim value As NPoint instance.Offset = value value = instance.Offset
[System.ComponentModel.Description("Gets/sets the offset to be applied when calculating the popup's bounds.")] public NPoint Offset {get; set;}