Class HorizontalAlign
Defines the horizontal text alignment.
Inheritance
System.Object
HorizontalAlign
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HorizontalAlign : Enum
Fields
Center
Align the text in the center.
Declaration
public const HorizontalAlign Center
Field Value
Type |
---|
HorizontalAlign |
Left
Align the text on the left.
Declaration
public const HorizontalAlign Left
Field Value
Type |
---|
HorizontalAlign |
Right
Align the text on the right.
Declaration
public const HorizontalAlign Right
Field Value
Type |
---|
HorizontalAlign |