RadControls for WPF

Collection of the map providers.

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

Syntax

C#
public class MapProviderCollection : FreezableCollection<MapProviderBase>
Visual Basic
Public Class MapProviderCollection _
	Inherits FreezableCollection(Of MapProviderBase)

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        System.Windows.Media.Animation..::..Animatable
          System.Windows..::..FreezableCollection<(Of <(<'MapProviderBase>)>)>
            Telerik.Windows.Controls.Map..::..MapProviderCollection

See Also