corelibraries-devexpress-dot-diagram-dot-core-dot-layout.md
Specifies which diagram items are realigned when performing automatic relayout.
Namespace : DevExpress.Diagram.Core.Layout
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum SplitToConnectedComponentsMode
Public Enum SplitToConnectedComponentsMode
| Name | Description |
|---|---|
AllComponents |
Realign all items on the canvas.
|
| NonTrivialComponentsOnly |
Realign only items that are connected to at least one other item.
|
The following properties accept/return SplitToConnectedComponentsMode values:
The following methods and commands use the SplitToConnectedComponentsMode enumeration:
See Also