Skip to main content

SplitToConnectedComponentsMode Enum

Specifies which diagram items are realigned when performing automatic relayout.

Namespace: DevExpress.Diagram.Core.Layout

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

NuGet Package: DevExpress.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