Back to Devexpress

DiagramControl.ApplyMindMapTreeLayoutForSubordinates(IEnumerable<DiagramItem>) Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-applymindmaptreelayoutforsubordinates-x28-system-dot-collections-dot-generic-dot-ienumerable-devexpress-dot-xpf-dot-diagram-dot-diagramitem-x29.md

latest1.5 KB
Original Source

DiagramControl.ApplyMindMapTreeLayoutForSubordinates(IEnumerable<DiagramItem>) Method

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

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public void ApplyMindMapTreeLayoutForSubordinates(
    IEnumerable<DiagramItem> items
)
vb
Public Sub ApplyMindMapTreeLayoutForSubordinates(
    items As IEnumerable(Of DiagramItem)
)

Parameters

NameTypeDescription
itemsIEnumerable<DiagramItem>

A collection of items which subordinates should be rearranged.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace