Nevron .NET Vision
Nevron.Diagram.Layout Namespace / DockMode Enumeration


In This Topic
    DockMode Enumeration
    In This Topic
    Enumerates the modes for dock layoutss
    Syntax
    'Declaration
     
    
    Public Enum DockMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DockMode
    public enum DockMode : System.Enum 
    Members
    MemberDescription
    CenterFirstThe dock inflates the size of the center object in the dock, then the size of the pair formed by the previous and the next one and so on until the available/insufficient area problem is ressolved
    EqualThe dock inflates the size of each object with equal amount of space in order to resolve the available/insufficient area problem
    ForwardOrderThe bodies are resized in the order they were added
    NoneThe dock layout does not attemp to resolve the available/insufficient area problem
    ReverseOrderThe bodies are resized in reverse order to the order they were added
    SidesFirstThe dock inflates the size of the pair formed by the first and the last object in the dock, then the size of the pair formed by the next and the previous one and so on until the available/insufficient area problem is ressolved
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Diagram.Layout.DockMode

    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