RadControls for Silverlight

Runtime data bucket for the A* algorithm.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.1050

Syntax

C#
public sealed class PathNode : IComparer<PathNode>, 
	IPriorityObject
Visual Basic
Public NotInheritable Class PathNode _
	Implements IComparer(Of PathNode), IPriorityObject

Remarks

The F, H and G property names have been kept in accordance with the literature even though more appropriate names would help.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Diagrams.Core..::..PathNode

See Also