Back to Devexpress

OrientationKind Enum

corelibraries-devexpress-dot-diagram-dot-core-66afef6d.md

latest1.4 KB
Original Source

OrientationKind Enum

Lists values that specify the orientation of a diagram.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum OrientationKind
vb
Public Enum OrientationKind

Members

NameDescription
Horizontal

The diagram has a horizontal orientation.

| | Vertical |

The diagram has a vertical orientation.

|

The following properties accept/return OrientationKind values:

See Also

DevExpress.Diagram.Core Namespace