Enum AccessibilityAction
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Specifies the accessibility action sent from the accessibility service.
public enum AccessibilityAction
Fields
| Name | Description |
|---|---|
| Activated | The action indicates that the view is activated. |
| Decrement | The action indicates that the value of the view decreases. |
| Escape | The action indicates that the highlight goes out of the view. |
| Increment | The action indicates that the value of the view indreases. |
| ScrollToChild | The action indicates that scrolling occurs in the child of the view. |