[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleTextAlign

C1StyleTextAlign Enum

The text-align property specifies the horizontal alignment of text in an element.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum C1StyleTextAlign
Public Enum C1StyleTextAlign

Fields

Name Description
Center

Centers the text.

Justify

Stretches the lines so that each line has equal width (like in newspapers and magazines)

Left

Aligns the text to the left.

Right

Aligns the text to the right.