DiagramControl.ApplyMindMapTreeLayout(OrientationKind, IEnumerable<DiagramItem>, Nullable<SplitToConnectedComponentsMode>) Method
Applies the mind-map tree layout algorithm.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public void ApplyMindMapTreeLayout(
OrientationKind orientation,
IEnumerable<DiagramItem> items = null,
SplitToConnectedComponentsMode? splitMode = null
)
Parameters
Name | Type | Description |
---|---|---|
orientation | OrientationKind | An OrientationKind enumeration value. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
items | IEnumerable<DiagramItem> | null | A collection of items to which to apply the algorithm. |
splitMode | Nullable<SplitToConnectedComponentsMode> | null | A SplitToConnectedComponentsMode enumeration value that specifies which diagram items are realigned. |
Remarks
The items collection should include connectors.
See Also