Skip to main content

SugiyamaLayoutSettings.DepthOrientation Property

Namespace: DevExpress.Diagram.Core.Layout

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public OrientationKind DepthOrientation { get; }

Property Value

Type
OrientationKind

Available values:

Name Description
Horizontal

The diagram has a horizontal orientation.

Vertical

The diagram has a vertical orientation.

See Also