Gets the horizontal difference between the current touch point and the previous touch point.

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

Syntax

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

See Also