Back to Devexpress

ConnectorPointRestrictions Enum

corelibraries-devexpress-dot-diagram-dot-core-9f244364.md

latest2.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum ConnectorPointRestrictions
vb
Public Enum ConnectorPointRestrictions

Members

NameDescription
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:

LibraryRelated API Members
WinForms ControlsDiagramConnector.BeginPointRestrictions
DiagramConnector.EndPointRestrictions
WPF ControlsDiagramConnector.BeginPointRestrictions
DiagramConnector.EndPointRestrictions

Remarks

Values listed by this enumeration are used to set the following properties:

See Also

DevExpress.Diagram.Core Namespace