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)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IInputPane
<NotClientImplementableAttribute>
Public Interface IInputPane
[<NotClientImplementableAttribute>]
type IInputPane = interface end
Properties
OccludedRect | The current input pane bounds. |
State | The current input pane state. |
Events
StateChanged | Occurs when the input pane's state has changed. |