RadControls for Silverlight

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

Syntax

C#
public class LatticeDictionary : Dictionary<Point, PathNode>
Visual Basic
Public Class LatticeDictionary _
	Inherits Dictionary(Of Point, PathNode)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'Point, PathNode>)>)>
    Telerik.Windows.Diagrams.Core..::..LatticeDictionary

See Also