PacketProperty.Y Field
PacketProperty.Y Field |
The Guid for the PacketProperty object for the y-coordinate in the tablet coordinate space.
Definition
Visual Basic .NET Public Shared Y As Guid C# public static Guid Y; Managed C++ public: static Guid Y;
Field Value
System.Guid. The globally unique identifier (GUID) that identifies the packet property for the y-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