TabletPropertyMetrics.Minimum Field

TabletPropertyMetrics.Minimum Field

The minimum value, in logical units, that the tablet reports for this property.

Definition

Visual Basic .NET Public Minimum As Int32
C# public Int32 Minimum;
Managed C++ public: Int32 Minimum;

Field Value

System.Int32. The minimum value that the tablet reports for this property.

This field is read/write. This field has no default value.

Remarks

For example, a tablet reporting x-values from 0 to 9000 has a logical minimum of 0.

See Also