Class TextAlign
Defines alignments of text.
Inheritance
System.Object
TextAlign
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TextAlign : Enum
Fields
Center
Represents the text alignment as Center. The text content will be shown at the center.
Declaration
public const TextAlign Center
Field Value
Type |
---|
TextAlign |
Justify
Represents the text alignment as Justify. The text will be aligned along the left margin.
Declaration
public const TextAlign Justify
Field Value
Type |
---|
TextAlign |
Left
Represents the text alignment as left. The text content will be shown in the left side.
Declaration
public const TextAlign Left
Field Value
Type |
---|
TextAlign |
Right
Represents the text alignment as Right. The text content will be shown in the right side.
Declaration
public const TextAlign Right
Field Value
Type |
---|
TextAlign |