Gets the previous position of the second touch point 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 PreviousTouchPosition2 { get; set; }
Visual Basic
Public Property PreviousTouchPosition2 As Point
	Get
	Set
Visual C++
public:
property Point PreviousTouchPosition2 {
	Point get ();
	void set (Point value);
}

See Also