Stylus::IsTapFeedbackEnabled Attached Property

 

Gets or sets whether a value indicating whether tap feedback is enabled.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

See GetIsTapFeedbackEnabled, SetIsTapFeedbackEnabled

Property Value

Type: System::Boolean

true if tap feedback is enabled, otherwise false.

In Windows Vista, a short animation occurs when the user taps the control. By default, tap feedback is disabled on the InkCanvas. It is enabled on all other controls.

Identifier field

IsTapFeedbackEnabledProperty

Metadata properties set to true

None

The following example disables tap feedback on a Canvas.

Return to top
Show: