Back to Devexpress

LayoutDirection Enum

corelibraries-devexpress-dot-diagram-dot-core-dot-layout-d8f6ad87.md

latest2.9 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum LayoutDirection
vb
Public Enum LayoutDirection

Members

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

|

The following properties accept/return LayoutDirection values:

LibraryRelated API Members
WinForms ControlsDiagramOptionsOrgChartLayout.Direction
DiagramOptionsSugiyamaLayout.Direction
DiagramOptionsTreeLayout.Direction
WPF ControlsDiagramControl.OrgChartLayoutDirection
DiagramControl.SugiyamaLayoutDirection
DiagramControl.TreeLayoutDirection

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

DevExpress.Diagram.Core.Layout Namespace