UIAccessibilityScrollDirection Enum

Definition

An enumeration indicating the scrolling direction desired.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAccessibilityScrollDirection
type UIAccessibilityScrollDirection = 
Inheritance
UIAccessibilityScrollDirection
Attributes

Fields

Down 4

Indicates a scroll downwards.

Left 2

Indicates a scroll to the left.

Next 5

Indicates a scroll to the next logical position.

Previous 6

Indicates a scroll to the previous position.

Right 1

Indicates a scroll to the right.

Up 3

Indicates a scroll upwards.

Remarks

Used as the argument to M:Foundation.NSObject.AccessibilityScroll* to generate a scrolling action.

Applies to