Udostępnij za pośrednictwem


LayoutOptions(LayoutAlignment, Boolean) Konstruktor

Definicja

Tworzy nowy LayoutOptions obiekt z elementami alignment i 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)

Parametry

alignment
LayoutAlignment

Wartość wyrównania.

expands
Boolean

Niezależnie od tego, czy element rozszerzy się, aby wypełnić dostępne miejsce w elemecie nadrzędnym.

Dotyczy