Enum OrthogonalDirection
Specifies the directions of the Orthogonalsegment.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum OrthogonalDirection
Fields
| Name | Description |
|---|---|
| AntiClockWise90 | Specifies the orthogonal direction as anticlockwise90 when the relative angle as 270 degree or -90 degree. |
| Auto | Specifies the orthogonal direction as auto to switch the direction based on the connector position. |
| Bottom | Specifies the orthogonal direction as bottom when the absolute angle as 90 degree. |
| ClockWise90 | Specifies the orthogonal direction as clockwise90 when the relative angle as 90 degree. |
| Left | Specifies the orthogonal direction as left when the absolute angle as 180 degree. |
| Opposite | Specifies the orthogonal direction as opposite when the relative angle as 180 degree. |
| Right | Specifies the orthogonal direction as right when the absolute angle as 0 degree. |
| Straight | Specifies the orthogonal direction as straight when the relative angle as 0 degree. |
| Top | Specifies the orthogonal direction as top wwhen the absolute angle as 270 degree or -90 degree. |