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

定义

将子级 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

布局区域的高度。

适用于