Share via


Application.GetWindowSoftInputModeAdjust Method

Definition

Overloads

Name Description
GetWindowSoftInputModeAdjust(BindableObject)

Gets a value that controls whether the soft input mode pans or resizes content to accommodate the on-screen keyboard.

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Gets a value that controls whether the soft input mode pans or resizes content to accommodate the on-screen keyboard.

GetWindowSoftInputModeAdjust(BindableObject)

Source:
Application.cs
Source:
Application.cs
Source:
Application.cs
Source:
Application.cs

Gets a value that controls whether the soft input mode pans or resizes content to accommodate the on-screen keyboard.

public:
 static Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(Microsoft.Maui.Controls.BindableObject element);
static member GetWindowSoftInputModeAdjust : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust
Public Function GetWindowSoftInputModeAdjust (element As BindableObject) As WindowSoftInputModeAdjust

Parameters

element
BindableObject

The element to get the soft input mode for.

Returns

The soft input mode adjustment behavior.

Applies to

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Source:
Application.cs
Source:
Application.cs
Source:
Application.cs
Source:
Application.cs

Gets a value that controls whether the soft input mode pans or resizes content to accommodate the on-screen keyboard.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::PlatformConfiguration::AndroidSpecific::WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::Application ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust GetWindowSoftInputModeAdjust(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.Application> config);
static member GetWindowSoftInputModeAdjust : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.Application> -> Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust
<Extension()>
Public Function GetWindowSoftInputModeAdjust (config As IPlatformElementConfiguration(Of Android, Application)) As WindowSoftInputModeAdjust

Parameters

config
IPlatformElementConfiguration<Android,Application>

The platform configuration.

Returns

The soft input mode adjustment behavior.

Applies to