共用方式為


Page.OnSizeAllocated(Double, Double) 方法

定義

指出已指派 Page 的大小。

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

參數

width
System.Double

配置給 Page 的寬度。

height
System.Double

配置給 Page 的高度。

適用於