Enum RichTextBoxAdv.TextAlign
Specifies how text is horizontally aligned.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public enum TextAlign
Fields
| Name | Description |
|---|---|
| Center | The text is aligned in the center. |
| Justify | The text is justified. |
| Left | The text is aligned to the left. |
| Right | The text is aligned to the right. |