AnalysisModes Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)
XML Namespace: https://schemas.microsoft.com/winfx/2006/xaml/presentation
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration AnalysisModes
'Usage
Dim instance As AnalysisModes
[FlagsAttribute]
public enum AnalysisModes
[FlagsAttribute]
public enum class AnalysisModes
/** @attribute FlagsAttribute() */
public enum AnalysisModes
FlagsAttribute
public enum AnalysisModes
Members
Member name | Description | |
---|---|---|
AutomaticReconciliationEnabled | Specifies whether the InkAnalyzer automatically starts the reconciliation operation as soon as the intermediate or final results are ready. If this mode is enabled, the ReadyToReconcile event is not raised. If this mode is disabled, the ReadyToReconcile event is raised. | |
Default | All modes are enabled. | |
None | No modes are enabled. | |
PersonalizationEnabled | Specifies whether personalization is enabled. | |
StrokeCacheAutoCleanupEnabled | Specifies whether the InkAnalyzer automatically clears unneeded strokes from the stroke cache before performing analysis. If this mode is enabled, the InkAnalyzer clears the unneeded stroke data before performing analysis. If StrokeCacheAutoCleanupEnabled is disabled, the InkAnalyzer does not clear the stroke data. To clear the stroke data, call ClearStrokeData. |
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0