public static void SetHotKey(
AvaloniaObject target,
KeyGesture value
)Public Shared Sub SetHotKey (
target As AvaloniaObject,
value As KeyGesture
)static member SetHotKey :
target : AvaloniaObject *
value : KeyGesture -> unit