DiagramControl.TipOverTreeLayoutSplitMode Property
In This Article
Specifies which diagram items are realigned when performing automatic relayout. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public SplitToConnectedComponentsMode TipOverTreeLayoutSplitMode { get; set; }
#Property Value
Type | Description |
---|---|
Split |
A Split |
Available values:
Name | Description |
---|---|
All |
Realign all items on the canvas. |
Non |
Realign only items that are connected to at least one other item. |
See Also