Direction Enum
Specifies the flow direction for diagram items when laying out shapes automatically.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Left
|
The flow direction is right to left. |
Up
|
The flow direction is bottom to top. |
Right
|
The flow direction is left to right. |
Down
|
The flow direction is top to bottom. |
Related API Members
The following properties accept/return Direction values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | SugiyamaLayoutSettings.Direction |
TreeLayoutSettings.Direction | |
WPF Controls | DiagramOrgChartBehavior.LayoutDirection |
Remarks
Values listed by this enumeration are used by the following methods: DiagramControl.ApplySugiyamaLayout, DiagramControl.ApplyTreeLayout, DiagramControl.ApplySugiyamaLayout, DiagramControl.ApplyTreeLayout.
See Also