Stylus::GetIsTapFeedbackEnabled Method (DependencyObject^)
.NET Framework (current version)
Gets the value of the IsTapFeedbackEnabled attached property on the specified element.
Assembly: PresentationCore (in PresentationCore.dll)
public: [AttachedPropertyBrowsableForTypeAttribute((DependencyObject^::typeid))] static bool GetIsTapFeedbackEnabled( DependencyObject^ element )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
A UIElement or ContentElement on which to determine whether tap feedback enabled.
Return Value
Type: System::Booleantrue if the specified element has tap feedback 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: