Nevron .NET Vision
Nevron.Chart Namespace / PanelDockMode Enumeration


In This Topic
    PanelDockMode Enumeration
    In This Topic
    Enumerates the panel dock modes
    Syntax
    'Declaration
     
    
    Public Enum PanelDockMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PanelDockMode
    public enum PanelDockMode : System.Enum 
    Members
    MemberDescription
    BottomThe panels's bottom edge is docked to the bottom of its containing panel.
    FillAll the panel's edges are docked to the all edges of its containing panel and sized appropriately.
    LeftThe panel's left edge is docked to the left edge of its containing panel.
    NoneThe panel is not docked.
    RightThe panel's right edge is docked to the right edge of its containing panel.
    TopThe panel's top edge is docked to the top of its containing panel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.PanelDockMode

    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