Gets or sets the MultiScaleTileSource used as source for the base map tiles.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
[TypeConverterAttribute(typeof(TypeConverter))]
public MultiScaleTileSource Source { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(TypeConverter))> _
Public Property Source As MultiScaleTileSource
	Get
	Set

Remarks

If the source is set to null no map tiles are shown.

See Also