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

DiagramQueryConnectionPointsEventArgs.ConnectorPointType Property

Returns the type of the connection point that is being moved by the end-user.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.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