InkStroke.Recognized Property

Definition

Gets whether the stroke is recognized.

public:
 property bool Recognized { bool get(); };
bool Recognized();
public bool Recognized { get; }
var boolean = inkStroke.recognized;
Public ReadOnly Property Recognized As Boolean

Property Value

Boolean

bool

True if the stroke is recognized; otherwise, false.

Applies to

See also