Gets the horizontal velocity of the drag completed gesture.

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

Syntax

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

See Also