'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets the bounds of this figure")> Public ReadOnly Property Bounds As NRectangleF
'Usage
Dim instance As NPathFigure Dim value As NRectangleF value = instance.Bounds
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets the bounds of this figure")] public NRectangleF Bounds {get;}