InputPaneStateEventArgs Class

Provides state change information about the input pane.

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public sealed class InputPaneStateEventArgs : EventArgs
Inheritance
Object    EventArgs    InputPaneStateEventArgs

Constructors

InputPaneStateEventArgs(InputPaneState, NullableRect, Rect)Initializes a new instance of the InputPaneStateEventArgs class
InputPaneStateEventArgs(InputPaneState, NullableRect, Rect, TimeSpan, IEasing)Initializes a new instance of the InputPaneStateEventArgs class

Properties

AnimationDuration The duration of the input pane's state change animation.
Easing The easing of the input pane's state changed animation.
EndRect The final bounds of the input pane.
NewState The new state of the input pane
StartRect The initial bounds of the input pane.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also