• Home
  • Raw
  • Download

Lines Matching full:value

42 …h. The value must be greater than or equal to 0.<br>Default value: **0**.<br>Default unit: vp.<br>…
43 …t. The value must be greater than or equal to 0.<br>Default value: **0**.<br>Default unit: vp.<br>…
51 points(value: Array&lt;Point&gt;)
53 Sets the vertex coordinates of the polygon. Invalid values are treated as the default value.
65 | value | Array&lt;[Point](ts-drawing-components-polyline.md#point)&gt; | Yes | Vertex coordinate…
69 fill(value: ResourceColor)
71 Sets the color of the fill area. Invalid values are treated as the default value. If this attribute…
83 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the fill area.<br>Default v…
87 fillOpacity(value: number | string | Resource)
89 …rea. The value range is [0.0, 1.0]. A value less than 0.0 is treated as **0.0**. A value greater t…
101 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Opacity of the fill area.<…
105 stroke(value: ResourceColor)
107 …this attribute is not set, the component does not have any stroke. If the value is invalid, no str…
119 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Stroke color.|
123 strokeDashArray(value: Array&lt;any&gt;)
125 Stroke dashes. The value must be greater than or equal to 0. Invalid values are treated as the defa…
137 | value | Array&lt;any&gt; | Yes | Stroke dashes.<br>Default value: **[]**.<br>Default unit: vp.|
141 strokeDashOffset(value: number | string)
143 … offset of the start point for drawing the stroke. Invalid values are treated as the default value.
155 | value | number \| string | Yes | Offset of the start point for drawing the stroke.<br>Default v…
159 strokeLineCap(value: LineCapStyle)
173 | value | [LineCapStyle](ts-appendix-enums.md#linecapstyle) | Yes | Cap style of the stroke.<br>D…
177 strokeLineJoin(value: LineJoinStyle)
191 | value | [LineJoinStyle](ts-appendix-enums.md#linejoinstyle) | Yes | Join style of the stroke.<b…
195 strokeMiterLimit(value: number | string)
197 Sets the limit on the ratio of the miter length to the value of **strokeWidth** used to draw a mite…
199 …he value must be greater than or equal to 1.0. If the value is in the [0, 1) range, the value **1.…
211 | value | number \| string | Yes | Limit on the ratio of the miter length to the value of **strok…
215 strokeOpacity(value: number | string | Resource)
217value range is [0.0, 1.0]. A value less than 0.0 evaluates to the value **0.0**. A value greater t…
229 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Stroke opacity.<br>Default…
233 strokeWidth(value: Length)
247value | [Length](ts-types.md#length) | Yes | Stroke width. The value must be greater than or equ…
251 antiAlias(value: boolean)
265value | boolean | Yes | Whether anti-aliasing is enabled.<br>**true**: Anti-aliasing is enabled.…