Skip to main content

KeyGesture(VirtualKey) 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

public KeyGesture(
    VirtualKey key
)

#Parameters

Name Type Description
key Windows.System.VirtualKey

The key associated with this gesture.

See Also