ConnectorPointRestrictions Enum
In This Article
Lists the values used to specify the restrictions applied to the connector’s begin and end points.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Restrictions are not applied. |
Keep
|
The connector point cannot be attached to an item’s connection point. |
Keep
|
The connector point should always be attached to an item’s connection point. |
Keep
|
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 |
---|---|
Win |
Diagram |
Diagram |
|
WPF Controls | Diagram |
Diagram |
#Remarks
Values listed by this enumeration are used to set the following properties:
- DiagramConnector.BeginPoint/DiagramConnector.BeginPoint
- DiagramConnector.EndPoint/DiagramConnector.EndPoint
See Also