Enum FlipDirection
used to set the flip direction of nodes and connector.
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum FlipDirection
Fields
Name | Description |
---|---|
Both | Used to get flipped node/connector in both horizontal and vertical direction |
Horizontal | Used to get flipped node/connector in horizontal direction |
None | Used to prevent flip for nodes/connectors |
Vertical | Used to get flipped node/connector in vertical direction |