Stylus::SetIsTouchFeedbackEnabled Method (DependencyObject^, Boolean)

 

Sets the value of the IsTouchFeedbackEnabled attached property on the specified element.

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

public:
static void SetIsTouchFeedbackEnabled(
	DependencyObject^ element,
	bool enabled
)

Parameters

element
Type: System.Windows::DependencyObject^

The UIElement or ContentElement on which to enable tap feedback.

enabled
Type: System::Boolean

true to enable touch input feedback; false to disable touch input feedback.

The following example enables touch feedback on an InkCanvas.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: