Skip to main content

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)

[NotClientImplementableAttribute]
public interface IInputPane
View Source

Properties

OccludedRectThe current input pane bounds.
StateThe current input pane state.

Events

StateChangedOccurs when the input pane's state has changed.

See Also

Reference

Avalonia.Controls.Platform Namespace