Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / TextAlign Property

In This Topic
    TextAlign Property
    In This Topic
    The text-align property specifies the horizontal alignment of text in an element.
    Syntax
    'Declaration
     
    
    Public Property TextAlign As Nullable(Of C1StyleTextAlign)
    public Nullable<C1StyleTextAlign> TextAlign {get; set;}
    See Also