Class SoftKeyboardState
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Core.dll
Exposes the state of the soft keyboard.
public class SoftKeyboardState : INotifyPropertyChanged
- Inheritance
-
SoftKeyboardState
- Implements
- Inherited Members
Properties
AdjustMode
Gets the current soft keyboard adjustment mode.
public SoftKeyboardAdjustMode AdjustMode { get; }
Property Value
Height
Gets the soft keyboard height in device-independent units (DIPs).
public double Height { get; }
Property Value
IsHidden
Gets a value indicating whether the soft keyboard is currently hidden.
public bool IsHidden { get; }
Property Value
IsVisible
Gets a value indicating whether the soft keyboard is currently visible.
public bool IsVisible { get; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler? PropertyChanged