KeyGesture.Key 属性

定义

获取与此 KeyGesture 关联的键。

public:
 property System::Windows::Input::Key Key { System::Windows::Input::Key get(); };
public System.Windows.Input.Key Key { get; }
member this.Key : System.Windows.Input.Key
Public ReadOnly Property Key As Key

属性值

Key

与笔势关联的键。 默认值是 None

注解

在大多数情况下, KeyGesture 必须与一个或多个 ModifierKeys相关联。 此规则的例外情况是功能键和数字键盘键,它们本身可能有效 KeyGesture

适用于

另请参阅