Share via


TabletPropertyMetrics.Resolution Field

TabletPropertyMetrics.Resolution Field

The resolution or increment value for the Units member.

Definition

Visual Basic .NET Public Resolution As Single
C# public Single Resolution;
Managed C++ public: Single Resolution;

Field Value

System.Single. The resolution or increment value for the Units member.

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

Remarks

For example, a tablet that reports 400 dots per inch (dpi) would have a Resolution value of 400.

See Also