Defines the direction of movement for a flick gesture.

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

Syntax

C#
public enum FlickDirection
Visual Basic
Public Enumeration FlickDirection
Visual C++
public enum class FlickDirection

Members

Member nameValueDescription
Unknown0 The flick direction is unknown.
Up1 The flick was performed upwards.
Down2 The flick was performed downwards.
Left3 The flick was performed to the left.
Right4 The flick was performed to the right.

See Also