Xamarin.Forms.Layout.RaiseChild Method
Sends a child to the front of the visual stack.

Syntax

public void RaiseChild (View view)

Parameters

view
The view to raise 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 they 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