IInputPane Interface

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

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IInputPane

Properties

OccludedRect The current input pane bounds.
State The current input pane state.

Events

StateChanged Occurs when the input pane's state has changed.

See Also