Page.OnSizeAllocated(Double, Double) メソッド

定義

ページにサイズが割り当てられていることを示します。

protected:
 override void OnSizeAllocated(double width, double height);
protected override void OnSizeAllocated (double width, double height);
override this.OnSizeAllocated : double * double -> unit
Protected Overrides Sub OnSizeAllocated (width As Double, height As Double)

パラメーター

width
Double

ページに割り当てられる幅。

height
Double

ページに割り当てられた高さ。

適用対象