Enum TextAlign
Defines alignments of text.
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TextAlign
Fields
| Name | Description |
|---|---|
| Center | Represents the text alignment as Center. The text content will be shown at the center. |
| Justify | Represents the text alignment as Justify. The text will be aligned along the left margin. |
| Left | Represents the text alignment as left. The text content will be shown in the left side. |
| Right | Represents the text alignment as Right. The text content will be shown in the right side. |