Builds a connection point that can be added to this node.

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

Syntax

C#
protected override DiagramConnectionPoint BuildConnectionPoint(
	Edge edge
)
Visual Basic (Declaration)
Protected Overrides Function BuildConnectionPoint ( _
	edge As Edge _
) As DiagramConnectionPoint

Parameters

edge
Type: Mindscape.WpfDiagramming..::.Edge
The Edge of the connection point.

Return Value

The connection point.

See Also