Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / AutoBoundsMinSize Property


In This Topic
    AutoBoundsMinSize Property
    In This Topic
    Controls the auto bounds min size
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also