Gets the total difference between the current angle and the original angle of the touch points.

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

Syntax

C#
public double TotalAngleDelta { get; }
Visual Basic
Public ReadOnly Property TotalAngleDelta As Double
	Get
Visual C++
public:
property double TotalAngleDelta {
	double get ();
}

See Also