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.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Top
|
The layout direction is top-to-bottom. |
Bottom
|
The layout direction is bottom-to-top. |
Left
|
The layout direction is left-to-right. |
Right
|
The layout direction is right-to-left. |
#Related API Members
The following properties accept/return LayoutDirection values:
Library | Related API Members |
---|---|
Win |
Diagram |
Diagram |
|
Diagram |
|
WPF Controls | Diagram |
Diagram |
|
Diagram |
#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