Share via


UIAccessibilityScrollDirection Enum

Definition

An enumeration indicating the scrolling direction desired.

[ObjCRuntime.Native]
public enum UIAccessibilityScrollDirection
[<ObjCRuntime.Native>]
type UIAccessibilityScrollDirection = 
Inheritance
UIAccessibilityScrollDirection
Attributes

Fields

Name Value Description
Right 1

Indicates a scroll to the right.

Left 2

Indicates a scroll to the left.

Up 3

Indicates a scroll upwards.

Down 4

Indicates a scroll downwards.

Next 5

Indicates a scroll to the next logical position.

Previous 6

Indicates a scroll to the previous position.

Remarks

Used as the argument to AccessibilityScroll(UIAccessibilityScrollDirection) to generate a scrolling action.

Applies to