Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.FlexChart Namespace / HorizontalAlignment Enumeration

In This Topic
    HorizontalAlignment Enumeration
    In This Topic
    Specifies how an object or text in a control is horizontally aligned relative to an element of the control.
    Syntax
    'Declaration
     
    Public Enum HorizontalAlignment 
       Inherits System.Enum
    public enum HorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe object or text is aligned in the center of the control element.
    LeftThe object or text is aligned on the left of the control element.
    RightThe object or text is aligned on the right of the control element.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Document.FlexChart.HorizontalAlignment

    See Also