Skip to main content

OrientationKind Enum

Lists values that specify the orientation of a diagram.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public enum OrientationKind

Members

Name Description
Horizontal

The diagram has a horizontal orientation.

Vertical

The diagram has a vertical orientation.

See Also