Enum AssociationFlows
To defines the direction of the uml connectors
Namespace: Syncfusion.JavaScript.DataVisualization.DiagramEnums
Assembly: Syncfusion.EJ.dll
Syntax
public enum AssociationFlows
Fields
Name | Description |
---|---|
BiDirectional | Used to specify the direction of the uml connectors as BiDirectional type. |
Directional | Used to specify the direction of the uml connectors as Directional type. |
NonDirectional | Used to specify the direction of the uml connectors as NonDirectional type. |
None | Used to specify the direction of the uml connectors as None type. |