Gets or sets an IPathfinder to fall back on if the A* algorithm cannot be used.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public IPathfinder FallbackPathfinder { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property FallbackPathfinder As IPathfinder |
Remarks
The fallback pathfinder is used if A* cannot find a path with no collisions, or
if either end of the connection is mounted to another connection.