Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1HorizontalAlignment Enumeration

In This Topic
    C1HorizontalAlignment Enumeration
    In This Topic
    Represents the horizontal positions of text elements.
    Syntax
    'Declaration
     
    
    Public Enum C1HorizontalAlignment 
       Inherits System.Enum
    public enum C1HorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe text is centered.
    LeftThe text is aligned to the left.
    RightThe text is aligned to the right.
    StretchThe text is stretched.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1HorizontalAlignment

    See Also