TemplatedView.LayoutChildren(Double, Double, Double, Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 x
y
width
和 height
T 定义的矩形内定位和调整模板化视图的子级。
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
边框的高度。