TwoPaneView.LayoutChildren(Double, Double, Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
配置失效時配置子元素。
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
週框的高度。