From 0245b6a9adda59ffbc9706ddf53b17a08a8d3fb5 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Mon, 27 Jun 2022 12:21:43 +0000 Subject: [PATCH] update en/application-dev/reference/arkui-ts/ts-drawing-components-polyline.md. Signed-off-by: king_he <6384784@qq.com> --- .../arkui-ts/ts-drawing-components-polyline.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-drawing-components-polyline.md b/en/application-dev/reference/arkui-ts/ts-drawing-components-polyline.md index 1ffdd3cb28..09087a0907 100644 --- a/en/application-dev/reference/arkui-ts/ts-drawing-components-polyline.md +++ b/en/application-dev/reference/arkui-ts/ts-drawing-components-polyline.md @@ -1,11 +1,11 @@ # Polyline -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. -The **<Polyline>** component is used to draw a polyline. +The **** component is used to draw a polyline. ## Required Permissions @@ -23,20 +23,20 @@ None Polyline(options?: {width: Length, height: Length}) - Parameters - | Name | Type | Mandatory | Default Value | Description | + | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | - | options | Object | No | - | For details, see the **options** parameters. | + | options | Object | No | - | Options of the polyline to draw. For details, see the **options** parameters. | - options parameters - | Name | Type | Mandatory | Default Value | Description | + | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | - | width | Length | Yes | - | Width. | - | height | Length | Yes | - | Height. | + | width | Length | Yes | - | Width of the polyline. | + | height | Length | Yes | - | Height of the polyline. | ## Attributes - | Name | Type | Default Value | Mandatory | Description | +| Name | Type | Default Value | Mandatory | Description | | -------- | -------- | -------- | -------- | -------- | | width | Length | 0 | No | Width of the rectangle where the polyline is located. | | height | Length | 0 | No | Height of the rectangle where the polyline is located. | -- GitLab