Nevron .NET Vision
Nevron.Diagram Namespace / AutoBoundsMode Enumeration


In This Topic
    AutoBoundsMode Enumeration
    In This Topic
    Enumerates the possible ways, in which documents can automatically determine their bounds
    Syntax
    'Declaration
     
    
    Public Enum AutoBoundsMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AutoBoundsMode
    public enum AutoBoundsMode : System.Enum 
    Members
    MemberDescription
    AutoInflateToContentBounds are automatically inflated to accomodate the document content
    AutoSizeToContentBounds are automatically sized to the bounds of the document content
    CustomConstrainedBounds are provided by the user and document content is contrained inside these bounds
    CustomNonConstrainedBounds are provided by the user and document content is not contrained inside these bounds
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.AutoBoundsMode

    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