Enum AccessibilityManager.AccessibilityAttribute
Definition
- Namespace:
- Tizen.NUI.Accessibility
- Assembly:
- Tizen.NUI.dll
Enumeration for accessibility that needs four information which will be read by screen-reader.
Reading order : Label -> Trait -> Optional (Value and Hint)
public enum AccessibilityManager.AccessibilityAttribute
Fields
| Name | Description |
|---|---|
| AttributeNumber | The number of attributes |
| Hint | Hint for action (Optional) |
| Label | Simple text which contained in components, such as Ok or Cancel in case of a button |
| Trait | Description of components trait, such as Button in case of a button |
| Value | Current value of components (Optional) |