MapTileLayer.TileSource Property
Gets or sets the tile source associated with the map tile layer.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public TileSource TileSource { get; set; }
public:
property TileSource^ TileSource {
TileSource^ get();
void set(TileSource^ value);
}
member TileSource : TileSource with get, set
Public Property TileSource As TileSource
Property Value
Type: Microsoft.Maps.MapControl.WPF.TileSource
Returns TileSource.
See Also
MapTileLayer Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top