Gets the total horizontal change between the current touch point and the origin of the gesture.

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

Syntax

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

See Also