Freigeben über


Application.UseWindowSoftInputModeAdjust Methode

Definition

Legt einen Wert fest, der steuert, ob der Soft-Eingabemodus der bereitgestellten Plattformkonfiguration den Inhalt schwenkt oder dessen Größe ändert, um das Anzeigen der Eingabebenutzeroberfläche auf dem Bildschirm zu ermöglichen.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> UseWindowSoftInputModeAdjust (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.Application> config, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust value);
static member UseWindowSoftInputModeAdjust : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Application> * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.Application>

Parameter

config
IPlatformElementConfiguration<Android,Application>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

value
WindowSoftInputModeAdjust

Der neue Eigenschaftswert, der zugewiesen werden soll.

Gibt zurück

Ein Wert, der steuert, ob der Soft-Eingabemodus der bereitgestellten Plattformkonfiguration den Inhalt schwenkt oder dessen Größe ändert, um das Anzeigen der Eingabebenutzeroberfläche auf dem Bildschirm zu ermöglichen.

Gilt für: