InputPaneStateEventArgs(InputPaneState, NullableRect, Rect, TimeSpan, IEasing) Constructor
Namespace: Avalonia.Controls.PlatformAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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
- newState InputPaneState
-
- startRect NullableRect
-
- endRect Rect
-
- animationDuration TimeSpan
-
- easing IEasing
-