Gets the current distance between 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 Distance { get; }
Visual Basic
Public ReadOnly Property Distance As Double
	Get
Visual C++
public:
property double Distance {
	double get ();
}

See Also