MapCore.TargetZoomLevel Property

 

Gets the zoom level of the map view towards which the map is animating.

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

Syntax

public double TargetZoomLevel { get; }
public:
property double TargetZoomLevel {
    double get();
}
member TargetZoomLevel : float with get
Public ReadOnly Property TargetZoomLevel As Double

Property Value

Type: System.Double

Returns Double.

See Also

MapCore Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top