Initializes a new instance of the DiagramConnectionPoint class.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DiagramConnectionPoint(
	IDiagramConnectable connectable,
	Edge edge,
	ConnectionPointDirection flowDirection
)
Visual Basic (Declaration)
Public Sub New ( _
	connectable As IDiagramConnectable, _
	edge As Edge, _
	flowDirection As ConnectionPointDirection _
)

Parameters

connectable
Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramConnectable
The node or connection on which the connection point sits.
edge
Type: Mindscape.WpfDiagramming..::.Edge
The edge of the node or connection on which the connection point sits
flowDirection
Type: Mindscape.WpfDiagramming.Foundation..::.ConnectionPointDirection
Specifies whether the connection point supports inbound connections, outbound connections or both.

See Also