Share via


TabletPropertyMetricUnit Enumeration

Defines values that indicate the unit of measurement of a property.

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

Syntax

'Declaration
Public Enumeration TabletPropertyMetricUnit
'Usage
Dim instance As TabletPropertyMetricUnit
public enum TabletPropertyMetricUnit
public enum class TabletPropertyMetricUnit
public enum TabletPropertyMetricUnit

Members

Member name Description
Default Specifies the units are unknown.
Inches Specifies the property value is in inches (distance units).
Centimeters Specifies the property value is in centimeters (distance units).
Degrees Specifies the property value is in degrees (angle units).
Radians Specifies the property value is in radians (angle units).
Seconds Specifies the property value is in seconds (angle units).
Pounds Specifies the property value is in pounds (force, or mass, units).
Grams Specifies the property value is in grams (force, or mass, units).

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

Microsoft.Ink Namespace

TabletPropertyMetrics.Units