Page.OnSizeAllocated(Double, Double) 方法

定義

指出已指派 Page 的大小。

protected override void OnSizeAllocated (double width, double height);
override this.OnSizeAllocated : double * double -> unit

參數

width
Double

配置給 Page 的寬度。

height
Double

配置給 Page 的高度。

適用於