Application.GetWindowSoftInputModeAdjust Method

Definition

Overloads

GetWindowSoftInputModeAdjust(BindableObject)

Returns a value that tells whether the soft input mode of the provided element pans or resizes its content to allow the display of the on-screen input UI.

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Returns a value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.

GetWindowSoftInputModeAdjust(BindableObject)

Source:
Application.cs
Source:
Application.cs

Returns a value that tells whether the soft input mode of the provided element pans or resizes its content to allow the display of the on-screen input UI.

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 platform specific element on which to perform the operation.

Returns

A value that tells whether the soft input mode of the provided element pans or resizes its content to allow the display of the on-screen input UI.

Applies to

GetWindowSoftInputModeAdjust(IPlatformElementConfiguration<Android,Application>)

Source:
Application.cs
Source:
Application.cs

Returns a value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.

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 specific configuration that contains the element on which to perform the operation.

Returns

A value that tells whether the soft input mode of the provided platform configuration pans or resizes its content to allow the display of the on-screen input UI.

Applies to