PacketProperty.Z Field
PacketProperty.Z Field |
The Guid for the PacketProperty object for the z-coordinate or distance of the pen tip from the tablet surface.
Definition
Visual Basic .NET Public Shared Z As Guid C# public static Guid Z; Managed C++ public: static Guid Z;
Field Value
System.Guid. The globally unique identifier (GUID) that identifies the packet property for the z-coordinate or distance of the pen tip from the tablet surface.
This field is read-only. This field has no default value.
Remarks
The TabletPropertyMetricUnit enumeration type determines the unit of measurement for this property.
See Also