Skip to main content

KeyGesture.ModifierKeys Property

Gets the modifier keys associated with this KeyGesture.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ModifierKeys ModifierKeys { get; }

Property Value

Type Description
DevExpress.WinUI.Core.Internal.ModifierKeys

The modifier keys associated with the gesture.

See Also