InkStroke.Recognized 属性

定义

获取是否识别笔划。

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

属性值

Boolean

bool

如果识别出笔划,则为 True;否则为 false。

适用于

另请参阅