Stylus.IsFlicksEnabled Attached Property

Definition

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

Applies to