Back to Devexpress

ConnectorPointType Enum

corelibraries-devexpress-dot-diagram-dot-core-7cbf5f1b.md

latest2.5 KB
Original Source

ConnectorPointType Enum

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

Declaration

csharp
public enum ConnectorPointType
vb
Public Enum ConnectorPointType

Members

NameDescription
Begin

The connector’s start point.

| | End |

The connector’s end point.

|

The following properties accept/return ConnectorPointType values:

LibraryRelated API Members
WinForms ControlsDiagramConnectionChangedEventArgs.ConnectorPointType
DiagramConnectionChangingEventArgs.ConnectorPointType
DiagramQueryConnectionPointsEventArgs.ConnectorPointType
WPF ControlsDiagramConnectionChangedEventArgs.ConnectorPointType
DiagramConnectionChangingEventArgs.ConnectorPointType
DiagramQueryConnectionPointsEventArgs.ConnectorPointType

Remarks

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

See Also

DevExpress.Diagram.Core Namespace