LayoutOrientation
#include <bb/cascades/LayoutOrientation>
The different orientations that can be used for layouts.
The orientation determines the direction that children are added to the parent. The default orientation is TopToBottom.
BlackBerry 10.0.0
Public Types Index
enum Type |
Public Types
The orientations.
BlackBerry 10.0.0
- TopToBottom
Stacks children vertically, from top to bottom; this is the default orientation.
Since:BlackBerry 10.0.0
- LeftToRight
Stacks children horizontally, from left to right.
Since:BlackBerry 10.0.0
- RightToLeft
Stacks children horizontally, from right to left.
Since:BlackBerry 10.0.0
- BottomToTop
Stacks children vertically, from bottom to top.
Since:BlackBerry 10.0.0