AccessibilityGesture Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum AccessibilityGesture
type AccessibilityGesture =
- Inheritance
-
AccessibilityGesture
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
SwipeUp | 1 | The user has performed a swipe up gesture on the touch screen. |
SwipeDown | 2 | The user has performed a swipe down gesture on the touch screen. |
SwipeLeft | 3 | The user has performed a swipe left gesture on the touch screen. |
SwipeRight | 4 | The user has performed a swipe right gesture on the touch screen. |
SwipeLeftAndRight | 5 | The user has performed a swipe left and right gesture on the touch screen. |
SwipeRightAndLeft | 6 | The user has performed a swipe right and left gesture on the touch screen. |
SwipeUpAndDown | 7 | The user has performed a swipe up and down gesture on the touch screen. |
SwipeDownAndUp | 8 | The user has performed a swipe down and up gesture on the touch screen. |
SwipeLeftAndUp | 9 | The user has performed a left and up gesture on the touch screen. |
SwipeLeftAndDown | 10 | The user has performed a left and down gesture on the touch screen. |
SwipeRightAndUp | 11 | The user has performed a right and up gesture on the touch screen. |
SwipeRightAndDown | 12 | The user has performed a right and down gesture on the touch screen. |
SwipeUpAndLeft | 13 | The user has performed an up and left gesture on the touch screen. |
SwipeUpAndRight | 14 | The user has performed an up and right gesture on the touch screen. |
SwipeDownAndLeft | 15 | The user has performed an down and left gesture on the touch screen. |
SwipeDownAndRight | 16 | The user has performed an down and right gesture on the touch screen. |
DoubleTap | 17 | |
DoubleTapAndHold | 18 | |
TwoFingerSingleTap | 19 | |
TwoFingerDoubleTap | 20 | |
TwoFingerTripleTap | 21 | |
ThreeFingerSingleTap | 22 | |
ThreeFingerDoubleTap | 23 | |
ThreeFingerTripleTap | 24 | |
TwoFingerSwipeUp | 25 | |
TwoFingerSwipeDown | 26 | |
TwoFingerSwipeLeft | 27 | |
TwoFingerSwipeRight | 28 | |
ThreeFingerSwipeUp | 29 | |
ThreeFingerSwipeDown | 30 | |
ThreeFingerSwipeLeft | 31 | |
ThreeFingerSwipeRight | 32 | |
FourFingerSwipeUp | 33 | |
FourFingerSwipeDown | 34 | |
FourFingerSwipeLeft | 35 | |
FourFingerSwipeRight | 36 | |
FourFingerSingleTap | 37 | |
FourFingerDoubleTap | 38 | |
FourFingerTripleTap | 39 | |
TwoFingerDoubleTapAndHold | 40 | |
ThreeFingerDoubleTapAndHold | 41 | |
FourFingerDoubleTapAndHold | 42 | |
TwoFingerTripleTapAndHold | 43 | |
ThreeFingerSingleTapAndHold | 44 | |
ThreeFingerTripleTapAndHold | 45 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.