Back to Devexpress

DiagramConnectorsSeparationMode Enum

corelibraries-devexpress-dot-diagram-dot-core-95929d5e.md

latest2.0 KB
Original Source

DiagramConnectorsSeparationMode Enum

Lists values that specify whether to automatically split the overlapping right-angle connectors.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum DiagramConnectorsSeparationMode
vb
Public Enum DiagramConnectorsSeparationMode

Members

NameDescription
NoLines

Right-angle connectors can be overlapped.

| | AllLines |

Overlapping right-angle connectors are automatically split.

|

The following properties accept/return DiagramConnectorsSeparationMode values:

LibraryRelated API Members
WinForms ControlsDiagramOptionsBehavior.ConnectorsSeparationMode
WPF ControlsDiagramControl.ConnectorsSeparationMode

Remarks

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 separation mode to AllLines to automatically split connectors.

See the illustration below.

See Also

DevExpress.Diagram.Core Namespace