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