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

適用於

另請參閱