Skip to main content
A newer version of this page is available. .

DiagramConnectionChangedEventArgs.ConnectorPointType Property

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

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

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