'Declaration
<System.ComponentModel.CategoryAttribute("Bounds")> <System.ComponentModel.DescriptionAttribute("Controls the auto bounds min size")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property AutoBoundsMinSize As NSizeF
'Usage
Dim instance As NDrawingDocument Dim value As NSizeF instance.AutoBoundsMinSize = value value = instance.AutoBoundsMinSize
[System.ComponentModel.Category("Bounds")] [System.ComponentModel.Description("Controls the auto bounds min size")] [System.ComponentModel.Editor(Nevron.Editors.NSizeFTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public NSizeF AutoBoundsMinSize {get; set;}