Share via


TabletPropertyMetrics.Maximum Field

TabletPropertyMetrics.Maximum Field

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

Definition

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

Field Value

System.Int32. The maximum 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 maximum of 9000.

See Also