Xamarin.Forms.RelativeLayout.LayoutChildren Method
Lays out the RelativeLayout.Children in the specified rectangle.

Syntax

protected override void LayoutChildren (double x, double y, double width, double height)

Parameters

x
The left-side bound of the rectangle into which the children will be laid out.
y
The top bound of the rectangle into which the children will be laid out.
width
The width of the rectangle into which the children will be laid out.
height
The height of the rectangle into which the children will be laid out.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0