KeyGesture::Key Property

 

Gets the key associated with this KeyGesture.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Key Key {
	Key get();
}

Property Value

Type: System.Windows.Input::Key

The key associated with the gesture. The default value is None.

In most cases, a KeyGesture must be associated with one or more ModifierKeys. The exceptions to this rule are the function keys and the numeric keypad keys, which can be a valid KeyGesture by themselves.

.NET Framework
Available since 3.0
Return to top
Show: