Compartilhar via


LayoutOptions(LayoutAlignment, Boolean) Construtor

Definição

Cria um novo objeto LayoutOptions com alignment e 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)

Parâmetros

alignment
LayoutAlignment

Um valor de alinhamento.

expands
Boolean

Se um elemento se expandirá ou não para preencher o espaço disponível em seu pai.

Aplica-se a