Skip to main content

DiagramControl.ApplyMindMapTreeLayoutForSubordinates(IEnumerable<DiagramItem>) Method

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void ApplyMindMapTreeLayoutForSubordinates(
    IEnumerable<DiagramItem> items
)

Parameters

Name Type Description
items IEnumerable<DiagramItem>

A collection of items which subordinates should be rearranged.

See Also