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