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

In This Topic
    C1StyleTextAlign Enumeration
    In This Topic
    The text-align property specifies the horizontal alignment of text in an element.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleTextAlign 
       Inherits System.Enum
    public enum C1StyleTextAlign : System.Enum 
    Members
    MemberDescription
    CenterCenters the text.
    JustifyStretches the lines so that each line has equal width (like in newspapers and magazines)
    LeftAligns the text to the left.
    RightAligns the text to the right.
    Inheritance Hierarchy

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

    See Also