KeyGesture.Modifiers 属性

定义

获取与此 KeyGesture 关联的修改键。

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

属性值

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

注解

在大多数情况下, KeyGesture 必须与一个或多个 ModifierKeys相关联。 此规则的例外情况是功能键和数字键盘键,它们本身可能有效 KeyGesture 。 例如,可以通过仅使用 F12 键来创建 KeyGesture ,但若要在 中使用 KeyGesture X 键,必须将其与修饰键配对。

适用于

另请参阅