StackLayout.Orientation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la valeur qui indique la direction du positionnement des éléments enfants. La valeur par défaut est Vertical. Il s’agit d’une propriété pouvant être liée.
public:
property Microsoft::Maui::Controls::StackOrientation Orientation { Microsoft::Maui::Controls::StackOrientation get(); void set(Microsoft::Maui::Controls::StackOrientation value); };
public Microsoft.Maui.Controls.StackOrientation Orientation { get; set; }
member this.Orientation : Microsoft.Maui.Controls.StackOrientation with get, set
Public Property Orientation As StackOrientation
Valeur de propriété
Qui StackOrientation indique le flux des dispositions enfants de direction. La valeur par défaut est Vertical.
Remarques
La définition de l’orientation d’un StackLayout déclenche un cycle de disposition si la pile est déjà à l’intérieur d’une disposition parente. Pour éviter les cycles de disposition gaspiller, définissez l’orientation avant d’ajouter StackLayout à un parent.