Skip to main content

ConnectorPointType Enum

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

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