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.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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
The following properties accept/return LayoutDirection values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramOptionsOrgChartLayout.Direction |
DiagramOptionsSugiyamaLayout.Direction | |
DiagramOptionsTreeLayout.Direction | |
WPF Controls | DiagramControl.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