UISwipeGestureRecognizerDirection 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.
An enumeration of values specifying the directin of a swipe gesture .
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UISwipeGestureRecognizerDirection
type UISwipeGestureRecognizerDirection =
- Inheritance
-
UISwipeGestureRecognizerDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Right | 1 | The touch or touches swipe to the right. This is the default. |
Left | 2 | The touch or touches swipe to the left. |
Up | 4 | The touch or touches swipe to the top. |
Down | 8 | The touch or touches swipe toward the bottom. |