Share via


PacketProperty.AltitudeOrientation Field

PacketProperty.AltitudeOrientation Field

The Guid Leave Site for the PacketProperty object for the angle between the axis of the pen and the surface of the tablet.

Definition

Visual Basic .NET Public Shared AltitudeOrientation As Guid
C# public static Guid AltitudeOrientation;
Managed C++ public: static Guid AltitudeOrientation;

Field Value

System.Guid. The globally unique identifier (GUID) that identifies the packet property for the angle between the axis of the pen and the surface of the tablet.

This field is read-only. This field has no default value.

Remarks

The value is 0 when the pen is parallel to the surface and 90 when the pen is perpendicular to the surface.

The values are negative when the pen is inverted.

See Also