Table of Contents

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

SoftKeyboardAdjustMode

Height

Gets the soft keyboard height in device-independent units (DIPs).

public double Height { get; }

Property Value

double

IsHidden

Gets a value indicating whether the soft keyboard is currently hidden.

public bool IsHidden { get; }

Property Value

bool

IsVisible

Gets a value indicating whether the soft keyboard is currently visible.

public bool IsVisible { get; }

Property Value

bool

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler