Skip to main content
A newer version of this page is available. .

DiagramControl.ConnectorsSeparationMode Property

Specifies whether to automatically split the overlapping right-angle connectors. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public DiagramConnectorsSeparationMode ConnectorsSeparationMode { get; set; }

Property Value

Type Description
DiagramConnectorsSeparationMode

A DevExpress.Diagram.Core.DiagramConnectorsSeparationMode enumeration value.

Available values:

Name Description
NoLines

Right-angle connectors can be overlapped.

AllLines

Overlapping right-angle connectors are automatically split.

Remarks

The default value of the ConnectorsSeparationMode property is NoLines. Multiple right-angle connectors that originate from the same point can overlap so it’s not clear which shapes are connected. To resolve the issue, set the ConnectorsSeparationMode property to AllLines to automatically split connectors.

See Also