共用方式為


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

定義

在指定的矩形中配置 Children

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

矩形的高度。

適用於