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