Partager via


LayoutOptions(LayoutAlignment, Boolean) Constructeur

Définition

Crée un objet LayoutOptions avec alignment et expands.

public:
 LayoutOptions(Microsoft::Maui::Controls::LayoutAlignment alignment, bool expands);
public LayoutOptions (Microsoft.Maui.Controls.LayoutAlignment alignment, bool expands);
new Microsoft.Maui.Controls.LayoutOptions : Microsoft.Maui.Controls.LayoutAlignment * bool -> Microsoft.Maui.Controls.LayoutOptions
Public Sub New (alignment As LayoutAlignment, expands As Boolean)

Paramètres

alignment
LayoutAlignment

Valeur d’alignement.

expands
Boolean

Indique si un élément se développe pour remplir l’espace disponible dans son parent.

S’applique à