DiagramConnectorsSeparationMode Enum
Lists values that specify whether to automatically split the overlapping right-angle connectors.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
NoLines
|
Right-angle connectors can be overlapped. |
AllLines
|
Overlapping right-angle connectors are automatically split. |
Related API Members
The following properties accept/return DiagramConnectorsSeparationMode values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramOptionsBehavior.ConnectorsSeparationMode |
WPF Controls | DiagramControl.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.
- Winforms: DiagramOptionsBehavior.ConnectorsSeparationMode
- WPF: DiagramControl.ConnectorsSeparationMode
See the illustration below.
See Also