KeyGesture Class

Defines a keyboard input combination.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public sealed class KeyGesture : IEquatable<KeyGesture>, 
	IFormattable
Inheritance
Object    KeyGesture
Implements
IEquatableKeyGesture, IFormattable

Properties

Methods

Equals(KeyGesture) 
Equals(Object)
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Matches(KeyEventArgs) 
Parse(String) 
ToString
(Overrides ObjectToString)
ToString(String, IFormatProvider) Returns the current KeyGesture as a string formatted according to the format string and appropriate IFormatProvider

Operators

See Also