MapControlAutomationPeer.Resize(Double, Double) Method

Definition

Resizes the associated map to the specified width and height.

public:
 virtual void Resize(double width, double height) = Resize;
void Resize(double const& width, double const& height);
public void Resize(double width, double height);
function resize(width, height)
Public Sub Resize (width As Double, height As Double)

Parameters

width
Double

double

The new width for the associated map.

height
Double

double

The new height for the associated map.

Implements

M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Resize(System.Double,System.Double) M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Resize(double,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