Share via


QuadKey.ZoomLevel Property

 

Gets or sets the zoom level of the tile.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public int ZoomLevel { get; set; }
public:
property int ZoomLevel {
    int get();
    void set(int value);
}
member ZoomLevel : int with get, set
Public Property ZoomLevel As Integer

Property Value

Type: System.Int32

Returns Int32.

See Also

QuadKey Structure
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top