TabletPropertyMetrics.Units-Feld
Gibt die physischen Einheiten der Eigenschaft an, z. B. Zoll oder Grad.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Units As TabletPropertyMetricUnit
'Usage
Dim instance As TabletPropertyMetrics
Dim value As TabletPropertyMetricUnit
value = instance.Units
instance.Units = value
public TabletPropertyMetricUnit Units
public:
TabletPropertyMetricUnit Units
public TabletPropertyMetricUnit Units
public var Units : TabletPropertyMetricUnit
Feldwert
Typ: Microsoft.Ink.TabletPropertyMetricUnit
Die physischen Einheiten der Eigenschaft.
Hinweise
Eine Liste der Einheiten für Eigenschaften finden Sie unter dem TabletPropertyMetricUnit-Enumerationstyp.
Plattformen
Windows Vista
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0
Siehe auch
Referenz
TabletPropertyMetrics-Struktur