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
public enum TabletPropertyMetricUnit

Members

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

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace
TabletPropertyMetrics.Units