Enum AccessibilityRelationType
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
The relation between accessible objects.
public enum AccessibilityRelationType
Fields
| Name | Description |
|---|---|
| ControlledBy | Controlled by. |
| ControllerFor | Controller for. |
| DescribedBy | Described by. |
| DescriptionFor | Description for. |
| Details | Details. |
| DetailsFor | Details for. |
| EmbeddedBy | Embedded by. |
| Embeds | Embeds. |
| ErrorFor | Error for. |
| ErrorMessage | Error message. |
| Extended | Extended. |
| FlowsFrom | Flows from. |
| FlowsTo | Flows to. |
| LabelFor | Label for. |
| LabelledBy | Labelled by. |
| MaxCount | Max count. |
| MemberOf | Member of. |
| NodeChildOf | Node child of. |
| NodeParentOf | Node parent of. |
| NullOf | Null relation. |
| ParentWindowOf | Parent window of. |
| PopupFor | Popup for. |
| SubwindowOf | Subwindow of. |
| TooltipFor | Tooltip for. |