Enum ConnectionDirection
Specifies the directions of the connection.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum ConnectionDirection
Fields
| Name | Description |
|---|---|
| Auto | Specifies the connector direction as auto to switch the direction based on the connector position. |
| Bottom | Specifies the connector direction as bottom when the absolute angle as 90 degree. |
| Left | Specifies the connector direction as left when the absolute angle as 180 degree. |
| Right | Specifies the connector direction as right when the absolute angle as 0 degree. |
| Top | Specifies the connector direction as top when the absolute angle as 270 degree or -90dDegree. |