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

LayoutDirection Enum

Lists the values used to specify the layout direction when applying an automatic layout algorithm.

Namespace: DevExpress.Diagram.Core.Layout

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

Declaration

public enum LayoutDirection

Members

Name Description
TopToBottom

The layout direction is top-to-bottom.

BottomToTop

The layout direction is bottom-to-top.

LeftToRight

The layout direction is left-to-right.

RightToLeft

The layout direction is right-to-left.

Related API Members

Remarks

Values listed by this enumeration are used by the following methods and properties:

DiagramControl.ApplyTreeLayout

DiagramControl.ApplySugiyamaLayout

DiagramOptionsSugiyamaLayout.Direction

DiagramOptionsTreeLayout.Direction

DiagramControl.ApplyTreeLayout

DiagramControl.ApplySugiyamaLayout

DiagramControl.SugiyamaLayoutDirection

DiagramControl.TreeLayoutDirection

See Also