共用方式為


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

定義

配置失效時配置子元素。

protected:
 virtual void LayoutChildren(double x, double y, double width, double height);
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
Protected Overridable Sub LayoutChildren (x As Double, y As Double, width As Double, height As Double)

參數

x
Double

週框左上角的 X 座標。

y
Double

週框左上角的 Y 座標。

width
Double

週框的寬度。

height
Double

週框的高度。

適用於