未验证 提交 c0bcd699 编写于 作者: K king_he 提交者: Gitee

update en/application-dev/reference/arkui-ts/ts-basic-components-progress.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 2e28f747
# Progress # Progress
> ![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. > This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
...@@ -25,7 +25,7 @@ Progress(value: { value: number, total?: number, type?: ProgressType}) ...@@ -25,7 +25,7 @@ Progress(value: { value: number, total?: number, type?: ProgressType})
Creates a progress bar. Creates a progress bar.
- Parameters - Parameters
| Name | Type | Mandatory | Default Value | Description | | Name | Type | Mandatory | Default Value | Description |
| -------- | -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- | -------- |
| value | number | Yes | - | Current progress. | | value | number | Yes | - | Current progress. |
| total | number | No | 100 | Total progress. | | total | number | No | 100 | Total progress. |
...@@ -33,7 +33,7 @@ Creates a progress bar. ...@@ -33,7 +33,7 @@ Creates a progress bar.
- ProgressType enums - ProgressType enums
| Name | Description | | Name | Description |
| -------- | -------- | | -------- | -------- |
| Linear | Linear type. | | Linear | Linear type. |
| Ring<sup>8+</sup> | Ring type without scale. The ring fills up as the progress increases. | | Ring<sup>8+</sup> | Ring type without scale. The ring fills up as the progress increases. |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册