Xamarin.Forms.Page.LayoutChildren Method
Lays out children Xamarin.Forms.Elements into the specified area.

Syntax

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

Parameters

x
Left-hand side of layout area.
y
Top of layout area.
width
Width of layout area.
height
Height of layout area.

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