TouchPoint.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A unique identifier for this Touch object. A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface. This lets you ensure that you're tracking the same touch all the time.
public:
property long Identifier { long get(); void set(long value); };
public long Identifier { get; set; }
member this.Identifier : int64 with get, set
Public Property Identifier As Long