PropertyGuidsForContextNodes 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 PropertyGuidsForContextNodes 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 | |
---|---|---|
AlignmentLevel | Specifies the globally unique identifier (GUID) for getting and setting the integer that represents the alignment level on a paragraph. | |
Ascender | Specifies the globally unique identifier (GUID) for getting the point array that represents the Ascenders property of a ContextNode. | |
Baseline | Specifies the globally unique identifier (GUID) for getting the point array that represents the baseline on an ink word. | |
Centroid | Specifies the globally unique identifier (GUID) for getting the point array that represents the x and y coordinates of the center of an InkDrawingNode. | |
ConfidenceLevel | Specifies the globally unique identifier (GUID) for getting the integer that represents the confidence level. | |
ContentType | Specifies the globally unique identifier (GUID) for getting and setting the ContentType of a paragraph node using the GetPropertyData and SetPropertyData methods. | |
CustomRecognizerId | Specifies the globally unique identifier (GUID) for getting or setting the GUID that represents the custom ink recognizer on a custom recognizer. | |
Descender | Specifies the globally unique identifier (GUID) for getting the point array that represents the Descenders property on a ContextNode. | |
HotPoints | Specifies the globally unique identifier (GUID) for getting the point array that represents the hotpoints of a recognized reshape. The number of points varies, depending on the shape that it represents. | |
Midline | Specifies the globally unique identifier (GUID) for getting the point array that represents the midline on an ink word. | |
NodeData | Specifies the globally unique identifier (GUID) for getting or setting the GUID that represents the image data or text data on an image or a text word. | |
RecognitionLattice | Specifies the globally unique identifier (GUID) for getting the Lattice that represents the recognized object. | |
RecognizedString | Specifies the globally unique identifier (GUID) for getting the String that represents the recognized string. | |
RotatedBoundingBox | Specifies the globally unique identifier (GUID) for getting the point array that represents the rotated bounding box. | |
SemanticType | Specifies the globally unique identifier (GUID) for getting the enumerator that represents the Semantic Type property on a ContextNode. | |
ShapeName | Specifies the globally unique identifier (GUID) for getting String that represents the shape name on an ink drawing. |
Top