The point, in unrotated screen coordinates, where the first touchpoint is now.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
protected Point TouchPosition {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Protected Property TouchPosition As Point
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

See Also