InkEditRecognitionEventArgs.RecognitionResult Property

InkEditRecognitionEventArgs.RecognitionResult Property

Gets the RecognitionResult object that contains the results of the Recognition event.

Definition

Visual Basic .NET Public ReadOnly Property RecognitionResult As RecognitionResult
C# public RecognitionResult RecognitionResult { get; }
Managed C++ public: __property RecognitionResult* get_RecognitionResult();

Property Value

Microsoft.Ink.RecognitionResult. The RecognitionResult object that contains the result of the Recognition event.

This property is read-only. This property has no default value.

See Also