Control Orientation namespace.
More...
Enumerations |
enum | Type |
| Enumeration for the internal orientation of a control. More...
|
Detailed Description
Control Orientation namespace.
- Since:
- 2.4, DALi version 1.0.0
Enumeration Type Documentation
Enumeration for the internal orientation of a control.
- Since:
- 2.4, DALi version 1.0.0
- Enumerator:
Up |
The contents of control are in a vertical layout, from top to bottom.
- Since:
- 2.4, DALi version 1.0.0
|
Left |
The contents of control are in a horizontal layout, from left to right.
- Since:
- 2.4, DALi version 1.0.0
|
Down |
The contents of control are in a vertical layout, from bottom to top.
- Since:
- 2.4, DALi version 1.0.0
|
Right |
The contents of control are in a horizontal layout, from right to left.
- Since:
- 2.4, DALi version 1.0.0
|