PacketProperty.X Field
PacketProperty.X Field |
The Guid for the PacketProperty object for the x-coordinate in the tablet coordinate space.
Definition
Visual Basic .NET Public Shared X As Guid C# public static Guid X; Managed C++ public: static Guid X;
Field Value
System.Guid. The globally unique identifier (GUID) that identifies the packet property for the x-coordinate in the tablet coordinate space.
This field is read-only. This field has no default value.
Remarks
Note: Each packet contains this property by default.
The origin (0,0) of the tablet is the upper-left corner.
See Also