Avalonia API Reference
C#
VB
F#
Show/Hide TOC
Input
Pane
State Enumeration
The input pane opened state.
Definition
Namespace:
Avalonia.Controls.Platform
Assembly:
Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
C#
Copy
public
enum
InputPaneState
VB
Copy
Public
Enumeration
InputPaneState
F#
Copy
type
InputPaneState
Members
Closed
0
The input pane is either closed, or doesn't form part of the platform insets, i.e. it's floating or is an overlay.
Open
1
The input pane is open.
See Also
Reference
Avalonia.Controls.Platform Namespace
In This Article
Definition
Members
See Also