Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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