Gets the total scale factor between the current touch points and the original 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 Scale { get; }
Visual Basic
Public ReadOnly Property Scale As Double
	Get
Visual C++
public:
property double Scale {
	double get ();
}

See Also