RadControls for Silverlight

Base class for all map providers. Every map provider can use 1 type of the tile sources. I.e. TiledProvider can use TiledMapSources only and ImageProvider can use ImageMapSource only.

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 MapProviderBase : DependencyObject
Visual Basic
Public Class MapProviderBase _
	Inherits DependencyObject

Inheritance Hierarchy

See Also