Gets the current touch position in screen coordinates.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Point TouchPosition { get; private set; }
Visual Basic
Public Property TouchPosition As Point
	Get
	Private Set
Visual C++
public:
property Point TouchPosition {
	Point get ();
	private: void set (Point value);
}

See Also