UIAccessibilityScrollDirection 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 indicating the scrolling direction desired.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIAccessibilityScrollDirection
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 M:Foundation.NSObject.AccessibilityScroll* to generate a scrolling action.