Stylus.IsFlicksEnabled Attached Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether flicks are enabled.
see GetIsFlicksEnabled, and SetIsFlicksEnabled
see GetIsFlicksEnabled, and SetIsFlicksEnabled
see GetIsFlicksEnabled, and SetIsFlicksEnabled
Examples
The following example demonstrates how to disable flicks on a Canvas.
<Canvas Name="canvas1" Stylus.IsFlicksEnabled="False" ></Canvas>
Remarks
In Windows Vista, a flick, one of the possible system gestures, is a short, quick, straight stroke that can be mapped to a navigation or shortcut command. By default, flicks are disabled on the InkCanvas, InkPresenter, and ScrollBar. Flicks are enabled on all other controls.
Dependency Property Information
Identifier field | IsFlicksEnabledProperty |
Metadata properties set to true |
None |