ConnectorPointType Enum
Lists values that specify whether the connector point is the begin or end point.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Begin
|
The connector’s start point. |
End
|
The connector’s end point. |
Related API Members
The following properties accept/return ConnectorPointType values:
Remarks
Values listed by this enumeration are used to set the following properties:
- Winforms: DiagramConnectionChangedEventArgs.ConnectorPointType, DiagramConnectionChangingEventArgs.ConnectorPointType
- WPF: DiagramConnectionChangedEventArgs.ConnectorPointType, DiagramConnectionChangingEventArgs.ConnectorPointType
See Also