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