Skip to main content

InputPaneState Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

The input pane opened state.

public enum InputPaneState

Inheritance: Enum -> InputPaneState

Fields

NameDescription
ClosedThe input pane is either closed, or doesn't form part of the platform insets, i.e. it's floating or is an overlay.
OpenThe input pane is open.

Closed Field

The input pane is either closed, or doesn't form part of the platform insets, i.e. it's floating or is an overlay.

public Avalonia.Controls.Platform.InputPaneState Closed

Open Field

The input pane is open.

public Avalonia.Controls.Platform.InputPaneState Open