Stylus::GetIsTouchFeedbackEnabled Method (DependencyObject^)

 

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

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

public:
static bool GetIsTouchFeedbackEnabled(
	DependencyObject^ element
)

Parameters

element
Type: System.Windows::DependencyObject^

A UIElement or ContentElement on which to determine whether touch input feedback enabled.

Return Value

Type: System::Boolean

true if touch input feedback is enabled, otherwise false.

The following example demonstrates how to determine whether tap feedback is enabled 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: