SugiyamaLayoutSettings.Direction Property
The flow direction.
Namespace: DevExpress.Diagram.Core.Layout
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Property Value
Type | Description |
---|---|
Direction | A Direction enumeration value. |
Available values:
Name | Description |
---|---|
Left | The flow direction is right to left. |
Up | The flow direction is bottom to top. |
Right | The flow direction is left to right. |
Down | The flow direction is top to bottom. |
See Also