次の方法で共有


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

定義

xywidht および height で定義される、四角形内の Content プロパティの子をレイアウトします。

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

レイアウト四角形の高さ。

適用対象