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


In This Topic
    DockArea Enumeration
    In This Topic
    Enumerates the docking areas, in which the cells in a dock layout can be docked
    Syntax
    'Declaration
     
    
    Public Enum DockArea 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DockArea
    public enum DockArea : System.Enum 
    Members
    MemberDescription
    BottomThe cell is docked to the current bottom area
    CenterThe cell is docked to the current center area
    LeftThe cell is docked to the current left area
    RightThe cell is docked to the current right area
    TopThe cell is docked to the current top area
    Inheritance Hierarchy

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

    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