共用方式為


TemplatedView.LayoutChildren(Double, Double, Double, Double) 方法

定義

將範本檢視的子系放置在 xywidthheight 所定義的矩形內,並調整大小。

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

週框方塊的高度。

適用於