Skip to main content

SugiyamaLayoutSettings.Direction Property

The flow direction.

Namespace: DevExpress.Diagram.Core.Layout

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public Direction Direction { get; }

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