RecognitionConfidence Enumeration

 

Specifies the confidence level that the GestureRecognizer determines for a particular ink gesture.

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

public enum class RecognitionConfidence

Member nameDescription
Intermediate

Indicates intermediate confidence in the recognition result.

Poor

Indicates poor confidence in the recognition result.

Strong

Indicates strong confidence in the recognition result.

This class is not typically used in XAML.

The following example demonstrates how to identify a gesture on an InkCanvas. This example assumes that there is an InkCanvas called inkCanvas1 and that its Gesture event has been connected to the event handler in this example.

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

.NET Framework
Available since 3.0
Return to top
Show: