Share via


Layout.LowerChild(View) Method

Definition

Sends a child to the back of the visual stack.

public:
 void LowerChild(Microsoft::Maui::Controls::View ^ view);
public void LowerChild (Microsoft.Maui.Controls.View view);
member this.LowerChild : Microsoft.Maui.Controls.View -> unit
Public Sub LowerChild (view As View)

Parameters

view
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.

Applies to