2 references to WindowSoftInputModeAdjustProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\Application.cs (2)
28
return (WindowSoftInputModeAdjust)element.GetValue(
WindowSoftInputModeAdjustProperty
);
34
element.SetValue(
WindowSoftInputModeAdjustProperty
, value);