TileSource Constructor (String)
Initializes a new instance of the TileSource class.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public TileSource(
string uriFormat
)
public:
TileSource(
String^ uriFormat
)
new :
uriFormat:string -> TileSource
Public Sub New (
uriFormat As String
)
Parameters
uriFormat
Type: System.StringThe format used to create the URI.
See Also
TileSource Overload
TileSource Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top