Layout.LayoutChildren(Double, Double, Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
放置 Layout 子系並調整其大小。
protected abstract void LayoutChildren(double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
參數
- x
- System.Double
值,代表子區域週框方塊的 X 座標。
- y
- System.Double
值,代表子區域週框方塊的 Y 座標。
- width
- System.Double
值,代表子區域週框方塊的寬度。
- height
- System.Double
值,代表子區域週框方塊的高度。
備註
想要變更 Layout 預設行為的實作者應該覆寫這個方法。 建議仍呼叫基底方法,並修改其計算結果。