Enum TextAlign
Used to define how to align the text inside the label.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum TextAlign
Fields
| Name | Description |
|---|---|
| Center | Used to align text on center of node/connector |
| Justify | Used to Justifies content with ideographic text on node/connector |
| Left | Used to align text on left side of node/connector |
| Right | Used to align text on Right side of node/connector |