TileSource.UriFormat Property
Gets or sets the format used to create the URI.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public string UriFormat { get; set; }
public:
property String^ UriFormat {
String^ get();
void set(String^ value);
}
member UriFormat : string with get, set
Public Property UriFormat As String
Property Value
Type: System.String
Returns String.
The following markers may be present in the string.
{quadkey} The string in the UriFormat that will be replaced with a quad key.
{UriScheme} The string in the UriFormat that will be replaced with a URI scheme.
{subdomain} The string in the UriFormat that will be replaced with the sub domain.
Remarks
See Also
TileSource Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top