Class TextAlign
Defines how the text has to be aligned
Left - Aligns the text at the left of the text bounds
Right - Aligns the text at the right of the text bounds
Center - Aligns the text at the center of the text bounds
Justify - Aligns the text in a justified manner
Inheritance
System.Object
TextAlign
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class TextAlign : Enum
Fields
Center
Declaration
public const TextAlign Center
Field Value
Justify
Declaration
public const TextAlign Justify
Field Value
Left
Declaration
public const TextAlign Left
Field Value
Right
Declaration
public const TextAlign Right
Field Value