Share via


RecognitionProperty.PointsPerInch Field

Retrieves a globally unique identifier (GUID) that specifies the points-per-inch metric of the RecognitionAlternate object.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Shared ReadOnly PointsPerInch As Guid
'Usage
Dim value As Guid 

value = RecognitionProperty.PointsPerInch
public static readonly Guid PointsPerInch
public:
static initonly Guid PointsPerInch
public static final var PointsPerInch : Guid

Field Value

Type: System.Guid
The globally unique identifier (GUID) that specifies the points-per-inch metric of the RecognitionAlternate object.

Remarks

The Tablet PC application programming interface (API) uses GUIDs to identify packet properties, recognition properties, drawing attributes, and general ink properties. These GUIDs are available as read-only fields of the RecognitionProperty object. Use these GUIDs to access properties of a RecognitionAlternate object by calling the GetPropertyValue method.

Note

Not implemented.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

RecognitionProperty Class

RecognitionProperty Members

Microsoft.Ink Namespace

RecognitionProperty