Class TextAlign
Defines alignments of text.
- LeftDefault. Text is left aligned.
- RightText is right aligned.
- CenterText is centered.
- JustifyText is justified.
Inheritance
System.Object
TextAlign
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class TextAlign : Enum
Fields
Center
Text is centered.
Declaration
public const TextAlign Center
Field Value
Type | Description |
---|---|
TextAlign |
Justify
Text is justified.
Declaration
public const TextAlign Justify
Field Value
Type | Description |
---|---|
TextAlign |
Left
Default. Text is left aligned.
Declaration
public const TextAlign Left
Field Value
Type | Description |
---|---|
TextAlign |
Right
Text is right aligned.
Declaration
public const TextAlign Right
Field Value
Type | Description |
---|---|
TextAlign |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |