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 的高度。

适用于