Gets the orientation of the flick gesture movement. This will either be horizontal or vertical based on which velocity is larger.

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

Syntax

C#
public Orientation FlickOrientation { get; }
Visual Basic
Public ReadOnly Property FlickOrientation As Orientation
	Get
Visual C++
public:
property Orientation FlickOrientation {
	Orientation get ();
}

See Also