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

定義

レイアウトが無効になったときに、子要素をレイアウトします。

protected:
 virtual void LayoutChildren(double x, double y, double width, double height);
protected virtual void LayoutChildren (double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
override this.LayoutChildren : double * double * double * double -> unit
Protected Overridable Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)

パラメーター

x
Double

四角形領域の左上隅の X 座標。

y
Double

四角形領域の左上隅の Y 座標。

width
Double

四角形領域の幅。

height
Double

四角形領域の高さ。

適用対象