corelibraries-devexpress-dot-diagram-dot-core-9f244364.md
Lists the values used to specify the restrictions applied to the connector’s begin and end points.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum ConnectorPointRestrictions
Public Enum ConnectorPointRestrictions
| Name | Description |
|---|---|
None |
Restrictions are not applied.
|
| KeepDisconnected |
The connector point cannot be attached to an item’s connection point.
|
| KeepConnected |
The connector point should always be attached to an item’s connection point.
|
| KeepConnectedToCurrentItem |
The connector point should always be attached to a connection point of the current item.
|
The following properties accept/return ConnectorPointRestrictions values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramConnector.BeginPointRestrictions |
| DiagramConnector.EndPointRestrictions | |
| WPF Controls | DiagramConnector.BeginPointRestrictions |
| DiagramConnector.EndPointRestrictions |
Values listed by this enumeration are used to set the following properties:
See Also