A newer version of this page is available.
Switch to the current version.
DiagramControl.TipOverTreeLayoutSplitMode Property
Specifies which diagram items are realigned when performing automatic relayout. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v18.2.dll
Declaration
public SplitToConnectedComponentsMode TipOverTreeLayoutSplitMode { get; set; }
Public Property TipOverTreeLayoutSplitMode As SplitToConnectedComponentsMode
Property Value
Type | Description |
---|---|
SplitToConnectedComponentsMode | A SplitToConnectedComponentsMode enumeration value. |
Implements
DevExpress.Diagram.Core.IDiagramControl.TipOverTreeLayoutSplitMode
See Also
Feedback