TextAlign Enum

Specifies text alignment. Usually rendered as CSS text-align attribute.

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public enum TextAlign

Fields

Name Description
Left The text is aligned to the left side of its container.
Right The text is aligned to the right side of its container.
Center The text is centered in its container.
Justify The text is justified.
JustifyAll Same as justify, but also forces the last line to be justified.
Start The same as left if direction is left-to-right and right if direction is right-to-left.
End The same as right if direction is left-to-right and left if direction is right-to-left.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙