MapControlAutomationPeer.Zoom(Double) Method

Definition

Zooms the associated map to the specified ZoomLevel.

public:
 virtual void Zoom(double zoom) = Zoom;
void Zoom(double const& zoom);
public void Zoom(double zoom);
function zoom(zoom)
Public Sub Zoom (zoom As Double)

Parameters

zoom
Double

double

The ZoomLevel to which to set the associated map.

Implements

M:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.Zoom(System.Double) M:Windows.UI.Xaml.Automation.Provider.ITransformProvider2.Zoom(double)

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to