Defines the direction of movement for a flick gesture.
Namespace: Mindscape.PhoneElementsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The flick direction is unknown. | |
| Up | 1 | The flick was performed upwards. | |
| Down | 2 | The flick was performed downwards. | |
| Left | 3 | The flick was performed to the left. | |
| Right | 4 | The flick was performed to the right. |