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

SplitToConnectedComponentsMode Enum

Specifies which diagram items are realigned when performing automatic relayout.

Namespace: DevExpress.Diagram.Core.Layout

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

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

Declaration

public enum SplitToConnectedComponentsMode

Members

Name Description
AllComponents

Realign all items on the canvas.

NonTrivialComponentsOnly

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

Remarks

The following methods and commands use the SplitToConnectedComponentsMode enumeration:

See Also