InkAnalysisStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the various states of the ink analysis process.
public enum class InkAnalysisStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class InkAnalysisStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum InkAnalysisStatus
var value = Windows.UI.Input.Inking.Analysis.InkAnalysisStatus.updated
Public Enum InkAnalysisStatus
- Inheritance
-
InkAnalysisStatus
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
Updated | 0 | Ink input has changed since last ink analysis. |
Unchanged | 1 | Ink input has not changed since last ink analysis. |