ComponentOne DashboardLayout for WinForms
PanelTextAlign Enumeration

C1.Win.C1SplitContainer Namespace : PanelTextAlign Enumeration
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

Reference

C1.Win.C1SplitContainer Namespace