Skip to main content

IInputPane Interface

Not client implementable.

Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this 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