TabletPropertyDescription.TabletPropertyMetrics Property
TabletPropertyDescription.TabletPropertyMetrics Property |
Gets the metrics for this packet property.
Definition
Visual Basic .NET Public ReadOnly Property TabletPropertyMetrics As TabletPropertyMetrics C# public TabletPropertyMetrics TabletPropertyMetrics { get; } Managed C++ public: __property TabletPropertyMetrics* get_TabletPropertyMetrics();
Property Value
Microsoft.Ink.TabletPropertyMetrics. The metrics for this packet property.
This property is read-only. This property has no default value.
Remarks
The metrics describe the range, resolution, and units of the packet property.
See Also