Enum VerticalAlignment
used to set the vertical alignment of connector (applicable,if the parent is group).
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum VerticalAlignment
Fields
Name | Description |
---|---|
Bottom | Used to align text Vertically on bottom of node/connector |
Center | Used to align text Vertically on center of node/connector |
Stretch | Used to stretch the label on vertically to the node/connector |
Top | Used to align text Vertically on left side of node/connector |