Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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