HotKeyManager.

SetHotKey(AvaloniaObject, KeyGesture) Method

Namespace
Avalonia.Controls
Containing Type
HotKeyManager

Syntax

public static void SetHotKey(AvaloniaObject target, KeyGesture value)

Parameters

Name Type Description
target AvaloniaObject
value KeyGesture

Return Value

Type Description
void