Alignment Enum
Lists the values used to specify how the tree layout algorithm arranges shapes relatively to the layout axis.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
Near
|
In a left-to-right layout, items are aligned to the left from the layout axis. In a right-to-left layout, items are aligned to the right. |
Center
|
Items are aligned along the layout axis. |
Far
|
In a left-to-right layout, items are aligned to the right from the layout axis. In a right-to-left layout, items are aligned to the left. |
Remarks
The layout axis is specified using the values of the Direction enumeration.
Values listed by this enumeration are used to set the following properties:
- DiagramOptionsTreeLayout.Alignment
- DiagramControl.TreeLayoutAlignment
- DiagramOptionsMindMapTreeLayout.HierarchyAlignment
- DiagramOptionsMindMapTreeLayout.SubTreeAlignment
- DiagramOptionsMindMapTreeLayout.NodeAlignment
- DiagramControl.MindMapTreeLayoutHierarchyAlignment
- DiagramControl.MindMapTreeLayoutSubTreeAlignment
- DiagramControl.MindMapTreeLayoutNodeAlignment
See Also