PacketProperty.TangentPressure Field
The Guid for the PacketProperty object that represents pressure of the pen tip along the plane of the tablet surface.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Shared ReadOnly TangentPressure As Guid
'Usage
Dim value As Guid
value = PacketProperty.TangentPressure
public static readonly Guid TangentPressure
public:
static initonly Guid TangentPressure
public static final var TangentPressure : Guid
Field Value
Type: 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.
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.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
InkCollector.DesiredPacketDescription