RelativeLayout.LayoutChildren(Double, Double, Double, Double) Method

Definition

Lays out the Children in the specified rectangle.

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

Parameters

x
Double

The left-side bound of the rectangle into which the children will be laid out.

y
Double

The top bound of the rectangle into which the children will be laid out.

width
Double

The width of the rectangle into which the children will be laid out.

height
Double

The height of the rectangle into which the children will be laid out.

Applies to