'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Controls the box model bounds")> Public Property ModelRectangle As NRectangleF
'Usage
Dim instance As NBoxPrimitive Dim value As NRectangleF instance.ModelRectangle = value value = instance.ModelRectangle
[System.ComponentModel.Category("Model")] [System.ComponentModel.Description("Controls the box model bounds")] public NRectangleF ModelRectangle {get; set;}