Table of Contents

Class InputPaneBase

Namespace
Avalonia.Controls.Platform
Assembly
Avalonia.Controls.dll
[PrivateApi]
public abstract class InputPaneBase : IInputPane
Inheritance
InputPaneBase
Implements
Inherited Members

Constructors

InputPaneBase()

protected InputPaneBase()

Properties

OccludedRect

The current input pane bounds.

public virtual Rect OccludedRect { get; protected set; }

Property Value

Rect

State

The current input pane state.

public virtual InputPaneState State { get; protected set; }

Property Value

InputPaneState

Methods

OnStateChanged(InputPaneStateEventArgs)

protected void OnStateChanged(InputPaneStateEventArgs eventArgs)

Parameters

eventArgs InputPaneStateEventArgs

Events

StateChanged

Occurs when the input pane's state has changed.

public event EventHandler<InputPaneStateEventArgs>? StateChanged

Event Type

EventHandler<InputPaneStateEventArgs>