Gets the IPathfinder used to find the segment path of this connection.

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 virtual IPathfinder Pathfinder { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Pathfinder As IPathfinder

Implements

IDiagramConnection..::.Pathfinder

See Also