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
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.