Xamarin.Forms.Layout.LowerChild Method
Sends a child to the back of the visual stack.

Syntax

public void LowerChild (View view)

Parameters

view
The view to lower in the visual stack.

Remarks

Children are internally stored in visual stack order. This means that raising or lowering a child also changes the order in which the children are enumerated.

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