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

定義

xywidth、および heightT によって定義された四角形内にテンプレート化されたビューの子を配置して、サイズを設定します。

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

四角形領域の高さ。

適用対象