DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / PanelTextAlign Enumeration

In This Topic
    PanelTextAlign Enumeration
    In This Topic
    Specifies alignment of text on the panel caption.
    Syntax
    'Declaration
     
    
    Public Enum PanelTextAlign 
       Inherits System.Enum
    public enum PanelTextAlign : System.Enum 
    Members
    MemberDescription
    CenterText is centered on the panel header.
    LeftText is aligned on the left.
    RightText is aligned on the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1SplitContainer.PanelTextAlign

    See Also