MouseGesture::Modifiers Property
Gets or sets the modifier keys associated with this MouseGesture.
Assembly: PresentationCore (in PresentationCore.dll)
Unlike a KeyGesture, a MouseAction does not have to be paired with ModifierKeys in order to be a valid MouseGesture.
ModifierKeys is a bit field enumeration, so it is possible for multiple modifier keys to be pressed at the same time. Use bit operations to determine the exact set of modifier keys pressed.
<object Modifiers="oneOrMoreModifierKeys"/>
- oneOrMoreModifierKeys
One or more modifier keys, defined by the ModifierKeys enumeration, delimited with a "+" character.
The following example shows to create a MouseGesture and associate it with a RoutedCommand through a MouseBinding.
Available since 3.0