Back to Devexpress

DiagramOptionsTipOverTreeLayout.SplitMode Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionstipovertreelayout.md

latest2.2 KB
Original Source

DiagramOptionsTipOverTreeLayout.SplitMode Property

Specifies whether to apply the layout algorithm only to items that are connected to at least one other item.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[DefaultValue(SplitToConnectedComponentsMode.NonTrivialComponentsOnly)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual SplitToConnectedComponentsMode SplitMode { get; set; }
vb
<DefaultValue(SplitToConnectedComponentsMode.NonTrivialComponentsOnly)>
<DiagramCategory(DiagramCategory.Layout)>
Public Overridable Property SplitMode As SplitToConnectedComponentsMode

Property Value

TypeDefaultDescription
SplitToConnectedComponentsModeNonTrivialComponentsOnly

A SplitToConnectedComponentsMode enumeration value.

|

Available values:

NameDescription
AllComponents

Realign all items on the canvas.

| | NonTrivialComponentsOnly |

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SplitMode
DiagramControl

.OptionsTipOverTreeLayout .SplitMode

|

See Also

DiagramOptionsTipOverTreeLayout Class

DiagramOptionsTipOverTreeLayout Members

DevExpress.XtraDiagram.Options Namespace