Returns the edge of the node that this DiagramConnectionPointBase will sit on according to its position calculator.

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

Syntax

C#
public Edge Edge { get; private set; }
Visual Basic (Declaration)
Public Property Edge As Edge

Implements

IDiagramConnectionPoint..::.Edge

See Also