Describes the direction of a scrolling action.
The values in this enumeration are used by the AccessibilityNode.scrolled event, which is sent
when a screen reader user performs a scrolling action.
Additional resources:
Property | Description |
---|---|
Unknown | The direction of the scrolling action is unknown. |
Forward | The user is scrolling forward. |
Backward | The user is scrolling backward. |
Left | The user is scrolling from right to left. |
Right | The user is scrolling from left to right. |
Up | The user is scrolling from bottom to top. |
Down | The user is scrolling from top to bottom. |