OrientationKind Enum
Lists values that specify the orientation of a diagram.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Horizontal
|
The diagram has a horizontal orientation. |
Vertical
|
The diagram has a vertical orientation. |
Related API Members
The following properties accept/return OrientationKind values:
See Also