RadControls for Silverlight

Represents the MapPathFigureCollection class.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public class MapPathFigureCollection : ObservableCollection<MapPathFigure>
Visual Basic
Public Class MapPathFigureCollection _
	Inherits ObservableCollection(Of MapPathFigure)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'MapPathFigure>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'MapPathFigure>)>)>
      Telerik.Windows.Controls.Map..::..MapPathFigureCollection

See Also