'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the placement bounds.")> Public Property Bounds As NRectangle
'Usage
Dim instance As NPopupPlacementInfo Dim value As NRectangle instance.Bounds = value value = instance.Bounds
[System.ComponentModel.Description("Gets/sets the placement bounds.")] public NRectangle Bounds {get; set;}