次の方法で共有


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

定義

Element を指定された領域にレイアウトします。

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

パラメーター

x
System.Double

レイアウト領域の左側。

y
System.Double

レイアウト領域の上部。

width
System.Double

レイアウト領域の幅。

height
System.Double

レイアウト領域の高さ。

適用対象