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

要指派的新屬性值。

適用於