QuadKey.Key Property
Gets the quadkey string of the tile.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public string Key { get; }
public:
property String^ Key {
String^ get();
}
member Key : string with get
Public ReadOnly Property Key As String
Property Value
Type: System.String
Returns String.
See Also
QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top