GestureRecognizer::IsRecognizerAvailable Property

 

Gets a Boolean that indicates whether the gesture recognizer is available on the user's system.

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

public:
property bool IsRecognizerAvailable {
	bool get();
}

Property Value

Type: System::Boolean

true if the recognition component is available; otherwise, false.

The following example demonstrates how to determine whether the gesture recognizer is available before calling the Recognize method.

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

.NET Framework
Available since 3.0
Return to top
Show: