次の方法で共有


Application.SetWindowSoftInputModeAdjust メソッド

定義

提供されている element のソフト入力モードがそのコンテンツをパンまたはサイズ変更して、画面上の入力 UI の表示を許可するかどうかを制御する値を設定します。

public static void SetWindowSoftInputModeAdjust (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust value);
static member SetWindowSoftInputModeAdjust : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust -> unit

パラメーター

element
BindableObject

操作を実行するプラットフォーム固有の要素。

value
WindowSoftInputModeAdjust

代入する新しいプロパティ値。

適用対象