corelibraries-devexpress-dot-diagram-dot-core-7cbf5f1b.md
Lists values that specify whether the connector point is the begin or end point.
Namespace : DevExpress.Diagram.Core
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum ConnectorPointType
Public Enum ConnectorPointType
| Name | Description |
|---|---|
Begin |
The connector’s start point.
|
| End |
The connector’s end point.
|
The following properties accept/return ConnectorPointType values:
Values listed by this enumeration are used to set the following properties:
See Also