Skip to main content

DiagramConnectionChangedEventArgs.ConnectorPointType Property

Returns the type of the connection point which has been moved.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public ConnectorPointType ConnectorPointType { get; }

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