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

ConnectorPointType Enum

Lists values that specify whether the connector point is the begin or end point.

Namespace: DevExpress.Diagram.Core

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

Declaration

public enum ConnectorPointType

Members

Name Description
Begin

The connector’s start point.

End

The connector’s end point.

Remarks

Values listed by this enumeration are used to set the following properties:

See Also