InputPaneStateEventArgs(InputPaneState, Nullable<Rect>, Rect, TimeSpan, IEasing) Constructor
Initializes a new instance of the InputPaneStateEventArgs class
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public InputPaneStateEventArgs(
InputPaneState newState,
Rect? startRect,
Rect endRect,
TimeSpan animationDuration,
IEasing? easing
)
Public Sub New (
newState As InputPaneState,
startRect As Rect?,
endRect As Rect,
animationDuration As TimeSpan,
easing As IEasing
)
new :
newState : InputPaneState *
startRect : Nullable<Rect> *
endRect : Rect *
animationDuration : TimeSpan *
easing : IEasing -> InputPaneStateEventArgs
Parameters
See Also
Reference
InputPaneStateEventArgs Class
InputPaneStateEventArgs Overload
Avalonia.Controls.Platform Namespace