Skip to main content
A newer version of this page is available. .

TreeLayoutSettings.BreadthOrientation Property

Namespace: DevExpress.Diagram.Core.Layout

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

Declaration

public OrientationKind BreadthOrientation { 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