Skip to main content
A newer version of this page is available. .

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

Applies the mind-map tree layout algorithm.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

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

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