The DiagramConnectionPointBase<(Of <(TConnection>)>) type exposes the following members.

Properties

  NameDescription
CanOriginateNewConnections
Gets whether the user should be allowed to drag new connections from this connection point.
CanReceiveNewConnections
Gets whether the user should be allowed to drop new connections onto this connection point.
Connectable
Gets the IDiagramConnectable on which the IDiagramConnectionPoint is situated. This will either be a node or a connection.
Connections
Gets the connections attached to this connection point.
Data
Gets or sets the data object held by this connection point/>.
Edge
Returns the edge of the node that this DiagramConnectionPointBase will sit on according to its position calculator.
FlowDirection
Gets the direction of flow for this connection point.
Index
Gets an index identifier for this connection point. This is useful for selecting a connection point calculator when there are multiple connection points on the same edge of a node.
Position
Gets or sets the position of the connection point/>.
PositionCalculator
Gets or sets the IPositionCalculator that this connection point uses to calculate its position relative to the connectable it is attached to.

See Also