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

DiagramControl.MindMapTreeLayoutSplitMode Property

Specifies which diagram items are realigned when performing automatic relayout. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public SplitToConnectedComponentsMode MindMapTreeLayoutSplitMode { get; set; }

Property Value

Type Description
SplitToConnectedComponentsMode

A SplitToConnectedComponentsMode enumeration value.

Available values:

Name Description
AllComponents

Realign all items on the canvas.

NonTrivialComponentsOnly

Realign only items that are connected to at least one other item.

See Also