TemplatedView.LayoutChildren(Double, Double, Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將範本檢視的子系放置在 x、y、width 和 height 所定義的矩形內,並調整大小。
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
週框方塊的高度。