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


In This Topic
    AutoBoundsMode Property
    In This Topic
    Controls the auto bounds mode
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Bounds")>
    <System.ComponentModel.DescriptionAttribute("Controls the auto bounds mode")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AutoBoundsMode As AutoBoundsMode
    'Usage
     
    
    Dim instance As NDrawingDocument
    Dim value As AutoBoundsMode
     
    instance.AutoBoundsMode = value
     
    value = instance.AutoBoundsMode
    [System.ComponentModel.Category("Bounds")]
    [System.ComponentModel.Description("Controls the auto bounds mode")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.Xml.Serialization.XmlAttribute()]
    public AutoBoundsMode AutoBoundsMode {get; set;}
    Remarks
    By default set to CustomNonConstrained
    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