Summary
Defines a keyboard input combination.
- Namespace
- Avalonia
.Input - Interfaces
-
- IEquatable
<KeyGesture>
- IEquatable
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IEquatable<KeyGesture>"]
Type["KeyGesture"]
class Type type-node
Syntax
public sealed class KeyGesture : IEquatable<KeyGesture>
Constructors
Properties
Name | Value | Summary |
---|---|---|
Key | Key | |
KeyModifiers | KeyModifiers | |
Modifiers | InputModifiers |
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool | |
Equals |
bool | |
GetHashCode |
int | |
Matches |
bool | |
Parse |
KeyGesture |
static
|
ToString |
string |
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool | |
operator == |
bool |