Page.LayoutChildren(Double, Double, Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將子系 Element 配置到指定的區域。
protected virtual void LayoutChildren (double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
override this.LayoutChildren : double * double * double * double -> unit
參數
- x
- System.Double
配置區域的左邊。
- y
- System.Double
配置區域的頂端。
- width
- System.Double
配置區域的寬度。
- height
- System.Double
配置區域的高度。