PropertyGuidsForAnalysisHintsBase Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Defines globally unique identifiers (GUIDs) for the ContextNode class.
The PropertyGuidsForAnalysisHintsBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AllowPartialDictionaryTerms | Specifies the globally unique identifier (GUID) for getting and setting the Boolean value used to determine whether partial dictionary terms are allowed on an analysis hint. | |
CoerceToFactoid | Specifies the globally unique identifier (GUID) for getting or setting the Boolean value that determines whether the ink analyzer limits its analysis of ink within the hint's area to conform to the factoid. | |
EnabledUnicodeCharacterRanges | Specifies the globally unique identifier (GUID) for the semantic type of the ContextNodeBase that has a type of WritingRegion or InkDrawing. | |
Factoid | Specifies the globally unique identifier (GUID) for getting or setting the String that represents the Factoid on an analysis hint. | |
Guide | Specifies the globally unique identifier (GUID) for getting and setting the InkRecognizerGuideBase that represents the guide for an analysis hint. | |
Name | Specifies the globally unique identifier (GUID) for getting and setting the String that represents the name of an analysis hint. | |
PrefixText | Specifies the globally unique identifier (GUID) for getting and setting the prefix text on an analysis hint. | |
SuffixText | Specifies the globally unique identifier (GUID) for getting and setting the String that represents the suffix text on an analysis hint. | |
TopInkBreaksOnly | Specifies the globally unique identifier (GUID) for disabling multiple segmentations in the ink recognition results. | |
Wordlist | Specifies the globally unique identifier (GUID) for getting and setting the String array that represents the word list for an analysis hint. | |
WordMode | Specifies the globally unique identifier (GUID) for getting and setting the Boolean value that represents the word mode of an analysis hint. |
Top