KeyGesture(VirtualKey, ModifierKeys) Constructor
In This Article
Initializes a new instance of the KeyGesture class with specified settings.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
key | Windows. |
The key associated with this gesture. |
modifiers | DevExpress. |
The modifier keys associated with the gesture. |
See Also