Stylus::SetIsTapFeedbackEnabled Method (DependencyObject^, Boolean)
.NET Framework (current version)
Sets the value of the IsTapFeedbackEnabled attached property on the specified element.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The UIElement or ContentElement on which to enable tap feedback.
- enabled
-
Type:
System::Boolean
true to enable tap feedback; false to disable tap feedback.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: