Enum TextAlign
Specifies whether the text in the object is left-aligned, right-aligned, centered, or justified.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum TextAlign
Fields
Name | Description |
---|---|
Center | Text is centered. |
Default | Default. Text is aligned to the left. |
General | Text is justified. |
Left | Text is aligned to the left. |
Right | Text is aligned to the right. |