Skip to main content
A newer version of this page is available. .

Direction Enum

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

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

public enum Direction

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