Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / HorizontalAlignment Enumeration

In This Topic
    HorizontalAlignment Enumeration
    In This Topic
    Specifies how an object or text is horizontally aligned.
    Syntax
    'Declaration
     
    Public Enum HorizontalAlignment 
       Inherits System.Enum
    public enum HorizontalAlignment : System.Enum 
    Members
    MemberDescription
    Center The object or text is aligned the center.
    Default The alignment is not specified.
    Left The object or text is aligned to the left.
    Right The object or text is aligned to the right.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.UICustomization.HorizontalAlignment

    See Also