共用方式為


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

定義

位置和大小配置子系。

protected:
 abstract void LayoutChildren(double x, double y, double width, double height);
protected abstract void LayoutChildren (double x, double y, double width, double height);
abstract member LayoutChildren : double * double * double * double -> unit
Protected MustOverride Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)

參數

x
Double

值,代表子區域週框方塊的 X 座標。

y
Double

值,代表子區域週框方塊的 Y 座標。

width
Double

值,代表子區域週框方塊的寬度。

height
Double

一個值,該值代表子區域週框方塊的高度。

備註

想要變更 Layout 預設行為的實作者應該覆寫此方法。 建議仍呼叫基底方法,並修改其導出結果。

適用於