Back to Devexpress

Direction Enum

corelibraries-devexpress-dot-diagram-dot-core-201c30f3.md

latest1.9 KB
Original Source

Direction Enum

Specifies the flow direction for diagram items when laying out shapes automatically.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum Direction
vb
Public Enum Direction

Members

NameDescription
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.

|

The following properties accept/return Direction values:

LibraryRelated API Members
Cross-Platform Class LibrarySugiyamaLayoutSettings.Direction
TreeLayoutSettings.Direction
WPF ControlsDiagramOrgChartBehavior.LayoutDirection

Remarks

Values listed by this enumeration are used by the following methods: DiagramControl.ApplySugiyamaLayout, DiagramControl.ApplyTreeLayout, DiagramControl.ApplySugiyamaLayout, DiagramControl.ApplyTreeLayout.

See Also

DevExpress.Diagram.Core Namespace