A newer version of this page is available.
Switch to the current version.
ConnectorPointRestrictions Enum
Lists the values used to specify the restrictions applied to the connector's begin and end points.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v18.2.Core.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return ConnectorPointRestrictions values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramConnector.BeginPointRestrictions |
DiagramConnector.EndPointRestrictions | |
WPF Controls | DiagramConnector.BeginPointRestrictions |
DiagramConnector.EndPointRestrictions |
Remarks
Values listed by this enumeration are used to set the following properties:
- DiagramConnector.BeginPoint/DiagramConnector.BeginPoint
- DiagramConnector.EndPoint/DiagramConnector.EndPoint
See Also
Feedback