Application.GetWindowSoftInputModeAdjust 方法

定義

多載

GetWindowSoftInputModeAdjust(BindableObject)

傳回值,指出所提供 element 的螢幕輸入模式是要移動瀏覽還是調整內容大小,以便允許顯示螢幕上的輸入 UI。

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

傳回值,指出所提供平台組態的螢幕輸入模式是否會移動瀏覽或調整內容的大小,以允許顯示螢幕上的輸入 UI。

GetWindowSoftInputModeAdjust(BindableObject)

傳回值,指出所提供 element 的螢幕輸入模式是要移動瀏覽還是調整內容大小,以便允許顯示螢幕上的輸入 UI。

public static Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust (Xamarin.Forms.BindableObject element);
static member GetWindowSoftInputModeAdjust : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust

參數

element
BindableObject

要對其執行作業的平台特定項目。

傳回

一個值,該值指出所提供 element 的螢幕輸入模式是要移動瀏覽還是調整內容大小,以便允許顯示螢幕上的輸入 UI。

適用於

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

傳回值,指出所提供平台組態的螢幕輸入模式是否會移動瀏覽或調整內容的大小,以允許顯示螢幕上的輸入 UI。

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

參數

config
IPlatformElementConfiguration<Android,Application>

平台特定組態,包含要對其執行作業的項目。

傳回

一個值,該值指出所提供平台組態的螢幕輸入模式是要移動瀏覽還是調整內容大小,以便允許顯示螢幕上的輸入 UI。

適用於