Share via


TabletPropertyMetricUnit Enumeration

TabletPropertyMetricUnit Enumeration

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

Declaration

[C++]

typedef enum TabletPropertyMetricUnit {
    TPMU_Default = 0,
    TPMU_Inches = 1,
    TPMU_Centimeters = 2,
    TPMU_Degrees = 3,
    TPMU_Radians = 4,
    TPMU_Seconds = 5,
    TPMU_Pounds = 6,
    TPMU_Grams = 7
} TabletPropertyMetricUnit;

[Microsoft® Visual Basic® 6.0]

Enum TabletPropertyMetricUnit
    TPMU_Default = 0
    TPMU_Inches = 1
    TPMU_Centimeters = 2
    TPMU_Degrees = 3
    TPMU_Radians = 4
    TPMU_Seconds = 5
    TPMU_Pounds = 6
    TPMU_Grams = 7
End Enum

Members

The following tables list the enumeration values.

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