共用方式為


MapControlAutomationPeer.Resize(Double, Double) 方法

定義

將相關聯的地圖調整為指定的寬度和高度。

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)

參數

width
Double

double

相關聯地圖的新寬度。

height
Double

double

相關聯地圖的新高度。

實作

M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Resize(System.Double,System.Double) M:Windows.UI.Xaml.Automation.Provider.ITransformProvider.Resize(double,double)

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於