KeyUp(AvaloniaElement, Key) Method

Definition

Assembly HeadlessTestingFramework.dll

Releases a key on an element.

public Actions KeyUp(AvaloniaElement element, Key key)

Parameters

element
AvaloniaElement

The element.

key
Avalonia.Input.Key

The key to release.

Returns

Actions
This Actions instance for chaining.