Partager via


Layout.LowerChild(View) Méthode

Définition

Attention

Use the ZIndex Property instead

Envoie un enfant à l’arrière de la pile d’objets visuels.

public:
 void LowerChild(Microsoft::Maui::Controls::View ^ view);
public void LowerChild (Microsoft.Maui.Controls.View view);
[System.Obsolete("Use the ZIndex Property instead")]
public void LowerChild (Microsoft.Maui.Controls.View view);
member this.LowerChild : Microsoft.Maui.Controls.View -> unit
[<System.Obsolete("Use the ZIndex Property instead")>]
member this.LowerChild : Microsoft.Maui.Controls.View -> unit
Public Sub LowerChild (view As View)

Paramètres

view
View

Vue à réduire dans la pile d’objets visuels.

Attributs

Remarques

Les enfants sont stockés en interne dans l’ordre de pile visuelle. Cela signifie que l’élévation ou l’abaissement d’un enfant modifie également l’ordre dans lequel les enfants sont énumérés.

S’applique à