Determines a path for an IDiagramConnection that consists of horizontal and vertical segments, and avoids collisions with the elements which it connects.

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 class ElbowPathfinder : IPathfinder
Visual Basic (Declaration)
Public Class ElbowPathfinder _
	Implements IPathfinder

Remarks

This pathfinder does not attempt to avoid collisions with other elements on the diagram surface. To route a path without collisions, use AStarPathfinder.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfDiagramming.Foundation..::.ElbowPathfinder

See Also