Table of Contents

Interface IInputPane

Namespace
Avalonia.Controls.Platform
Assembly
Avalonia.Controls.dll

Listener for the platform's input pane(eg, software keyboard). Provides access to the input pane height and state.

[NotClientImplementable]
public interface IInputPane

Properties

OccludedRect

The current input pane bounds.

Rect OccludedRect { get; }

Property Value

Rect

State

The current input pane state.

InputPaneState State { get; }

Property Value

InputPaneState

Events

StateChanged

Occurs when the input pane's state has changed.

event EventHandler<InputPaneStateEventArgs>? StateChanged

Event Type

EventHandler<InputPaneStateEventArgs>