DiagramConnectorsSeparationMode Enum
In This Article
Lists values that specify whether to automatically split the overlapping right-angle connectors.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
No
|
Right-angle connectors can be overlapped. |
All
|
Overlapping right-angle connectors are automatically split. |
#Related API Members
The following properties accept/return DiagramConnectorsSeparationMode values:
Library | Related API Members |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#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