“451863dba21a8a205a0c1fd37b806ee184b5cac3”上不存在“doc/api/git@gitcode.net:s920243400/PaddleDetection.git”
未验证 提交 a4ad90f6 编写于 作者: K king_he 提交者: Gitee

update en/application-dev/reference/arkui-ts/ts-container-row.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 6e2db11c
# Row
> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
> **NOTE**<br>
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
......@@ -22,24 +22,24 @@ Supported
Row(value:{space?: Length})
- Parameters
| Name| Type| Mandatory| Default Value| Description|
| Name| Type| Mandatory| Default Value | Description |
| -------- | -------- | -------- | -------- | -------- |
| space | Length | No| 0 | Space between two adjacent child components in the horizontal layout.|
| space | Length | No| 0 | Space between two adjacent child components in the horizontal layout. |
## Attributes
| Name| Type| Default Value| Description|
| Name| Type | Default Value | Description |
| -------- | -------- | -------- | -------- |
| alignItems | VerticalAlign | VerticalAlign.Center | Alignment mode of the child components in the vertical direction.|
| justifyContent8+ | [FlexAlign](ts-container-flex.md) | FlexAlign.Start | Alignment mode of the child components in the horizontal direction.|
| alignItems | VerticalAlign | VerticalAlign.Center | Alignment mode of child components in the vertical direction. |
| justifyContent8+ | [FlexAlign](ts-container-flex.md) | FlexAlign.Start | Alignment mode of child components in the horizontal direction. |
- VerticalAlign enums
| Name| Description|
| Name | Description |
| -------- | -------- |
| Top | Top aligned.|
| Center | Center aligned. This is the default alignment mode.|
| Bottom | Bottom aligned.|
| Top | Top aligned. |
| Center | Center aligned. This is the default alignment mode. |
| Bottom | Bottom aligned. |
## Example
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册