Lines Matching full:value
17 Circle(value?: CircleOptions)
29 | value | [CircleOptions](#circleoptions) | No| Options of the circle.|
41 …le. The value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>A…
42 …le. The value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>A…
50 fill(value: ResourceColor)
52 Sets the color of the fill area. An invalid value is handled as the default value. If this attribut…
62 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the fill area.<br>Default v…
66 fillOpacity(value: number | string | Resource)
68 …value range is [0.0, 1.0]. A value less than 0.0 evaluates to the value **0.0**. A value greater t…
78 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Opacity of the fill area.<…
82 stroke(value: ResourceColor)
84 …this attribute is not set, the component does not have any stroke. If the value is invalid, no str…
94 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Stroke color.|
98 strokeDashArray(value: Array<any>)
100 Sets stroke dashes. The value must be greater than or equal to 0. Invalid values are treated as the…
110 | value | Array<any> | Yes | Stroke dashes.<br>Default value: **[]**<br>Default unit: vp|
114 strokeDashOffset(value: number | string)
116 …offset of the start point for drawing the stroke. An invalid value is handled as the default value.
126 | value | number \| string | Yes | Offset of the start point for drawing the stroke.<br>Default v…
130 strokeLineCap(value: LineCapStyle)
142 | value | [LineCapStyle](ts-appendix-enums.md#linecapstyle) | Yes | Cap style of the stroke.<br>D…
146 strokeLineJoin(value: LineJoinStyle)
158 | value | [LineJoinStyle](ts-appendix-enums.md#linejoinstyle) | Yes | Join style of the stroke.<b…
162 strokeMiterLimit(value: number | string)
164 Sets the limit on the ratio of the miter length to the value of **strokeWidth** used to draw a mite…
174 | value | number \| string | Yes | Limit on the ratio of the miter length to the value of **strok…
178 strokeOpacity(value: number | string | Resource)
180 …value range is [0.0, 1.0]. A value less than 0.0 evaluates to the value **0.0**. A value greater t…
190 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Stroke opacity.<br>Default…
194 strokeWidth(value: Length)
206 …value | [Length](ts-types.md#length) | Yes | Stroke width. The value must be greater than or equ…
210 antiAlias(value: boolean)
222 …value | boolean | Yes | Whether anti-aliasing is enabled.<br>**true**: Anti-aliasing is enabled.…
237 … color is red. (If the width and height values are different, the smaller value will be used as th…