Skip to main content

DiagramControl.ApplyMindMapTreeLayoutForSubordinates(IEnumerable<DiagramItem>, MindMapTreeLayoutSettings) Method

Applies the mind-map tree layout algorithm to the subordinates of the specified items.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public void ApplyMindMapTreeLayoutForSubordinates(
    IEnumerable<DiagramItem> items,
    MindMapTreeLayoutSettings settings
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

A collection of items which subordinates should be rearranged.

settings DevExpress.Diagram.Core.Layout.MindMapTreeLayoutSettings

A DevExpress.Diagram.Core.Layout.MindMapTreeLayoutSettings object.

See Also