次の方法で共有


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

定義

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

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

パラメーター

x
System.Double

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

y
System.Double

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

width
System.Double

四角形領域の幅。

height
System.Double

四角形領域の高さ。

適用対象