DiagramControl.ApplyMindMapTreeLayoutForSubordinates(IEnumerable<DiagramItem>, MindMapTreeLayoutSettings) Method
In This Article
Applies the mind-map tree layout algorithm to the subordinates of the specified items.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void ApplyMindMapTreeLayoutForSubordinates(
IEnumerable<DiagramItem> items,
MindMapTreeLayoutSettings settings
)
#Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<Diagram |
A collection of items which subordinates should be rearranged. |
settings | DevExpress. |
A DevExpress. |
See Also