PropertyGuidsForContextNodesBase 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 ContextNodeBase class.
The PropertyGuidsForContextNodesBase 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 on an ink word. | |
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 a drawing node. | |
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 type 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 on an ink word. | |
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 an enumerator that represents the semantic type of a.ContextNodeBase of type InkDrawing. | |
ShapeName | Specifies the globally unique identifier (GUID) used to get a String that represents the shape name on an ink drawing. |
Top