PacketProperty.TangentPressure Field
PacketProperty.TangentPressure Field |
The Guid for the PacketProperty object that represents pressure of the pen tip along the plane of the tablet surface.
Definition
Visual Basic .NET Public Shared TangentPressure As Guid C# public static Guid TangentPressure; Managed C++ public: static Guid TangentPressure;
Field Value
System.Guid. The globally unique identifier (GUID) for the PacketProperty object that represents pressure of the pen tip along the plane of the tablet surface.
This field is read-only. This field has no default value.
Remarks
The TangentPressure field represents pressure along the plane of the tablet surface; the NormalPressure field represents pressure perpendicular to the plane of the tablet surface.
See Also