implements |
BackedEnum |
|---|
Direction of the sap.m.FlexBox main axis.
The FlexBox default is {@see FlexDirection::Row}; sap.m.VBox is a
FlexBox subclass that defaults this to {@see FlexDirection::Column}.
| Cases | |
|---|---|
Column = 'Column'
|
# |
ColumnReverse = 'ColumnReverse'
|
# |
Row = 'Row'
|
# |
RowReverse = 'RowReverse'
|
# |
Inherit = 'Inherit'
|
# |