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

定义

布局失效时设置子元素布局。

protected override void LayoutChildren (double x, double y, double width, double height);
override this.LayoutChildren : double * double * double * double -> unit

参数

x
System.Double

边框左上角的 X 坐标。

y
System.Double

边框左上角的 Y 坐标。

width
System.Double

边框的宽度。

height
System.Double

边框的高度。

适用于