TabletPropertyMetricUnit Enumeration
TabletPropertyMetricUnit Enumeration |
Defines values that indicate the unit of measurement of a property.
Definition
Visual Basic .NET Public Enum TabletPropertyMetricUnit C# public enum TabletPropertyMetricUnit Managed C++ __value public enum TabletPropertyMetricUnit
Constants
Constant 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).
Enumeration Information
Namespace Microsoft.Ink Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also