format
typescript
VerticalLayout.reverseclass: VerticalLayout
description
Whether to reverse the filling of child controls in a vertical layout.
If the return value is true, it means that the child elements are arranged in reverse order, that is, the child element that was originally at the top will be arranged at the bottom, and the child element that was originally at the bottom will be arranged at the top.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
boolean | Whether to reverse the filling |
