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

OrientationKind Enum

Lists values that specify the orientation of a diagram.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

public enum OrientationKind

Members

Name Description
Horizontal

The diagram has a horizontal orientation.

Vertical

The diagram has a vertical orientation.

See Also