DiagramConnectionChangedEventArgs.ConnectorPointType Property
Returns the type of the connection point which has been moved.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v25.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| ConnectorPointType | A ConnectorPointType enumeration value. |
Available values:
| Name | Description |
|---|---|
| Begin | The connector’s start point. |
| End | The connector’s end point. |
See Also