DiagramConnectionChangingEventArgs.ConnectorPointType Property
Returns the type of the connection point which is about to be moved.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.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