Returns a new connection point to be added to this node.

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

Syntax

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

Parameters

edge
Type: Mindscape.WpfDiagramming..::.Edge
The Edge value for the new connection point.

Return Value

A connection point to be added to this node.

See Also