Skip to main content

DiagramControl.ApplyMindMapTreeLayout(OrientationKind, IEnumerable<DiagramItem>, Nullable<SplitToConnectedComponentsMode>) Method

Applies the mind-map tree layout algorithm.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public void ApplyMindMapTreeLayout(
    OrientationKind orientation,
    IEnumerable<DiagramItem> items = null,
    SplitToConnectedComponentsMode? splitMode = null
)

Parameters

Name Type Description
orientation OrientationKind

An OrientationKind enumeration value.

Optional Parameters

Name Type Default Description
items IEnumerable<DiagramItem> null

A collection of items to which to apply the algorithm.

splitMode Nullable<SplitToConnectedComponentsMode> null

A SplitToConnectedComponentsMode enumeration value that specifies which diagram items are realigned.

Remarks

The items collection should include connectors.

See Also