TabletPropertyMetrics.Units Field
TabletPropertyMetrics.Units Field |
The physical units of the property, such as inches or degrees.
Definition
Visual Basic .NET Public Units As TabletPropertyMetricUnit C# public TabletPropertyMetricUnit Units; Managed C++ public: TabletPropertyMetricUnit Units;
Field Value
Microsoft.Ink.TabletPropertyMetricUnit. The physical units of the property.
This field is read/write. This field has no default value.
Default0
Specifies the units are unknown. Inches1
Specifies the property value is in inches (distance units). Centimeters2
Specifies the property value is in centimeters (distance units). Degrees3
Specifies the property value is in degrees (angle units). Radians4
Specifies the property value is in radians (angle units). Seconds5
Specifies the property value is in seconds (angle units). Pounds6
Specifies the property value is in pounds (force, or mass, units). Grams7
Specifies the property value is in grams (force, or mass, units).
Remarks
For a list of property units, see the TabletPropertyMetricUnit enumeration type.
See Also