Share via


UISwipeGestureRecognizerDirection Enum

Definition

An enumeration of values specifying the directin of a swipe gesture .

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum UISwipeGestureRecognizerDirection
[<ObjCRuntime.Native>]
[<System.Flags>]
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.

Applies to