Lines Matching full:value
42 …th. The value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>A…
43 …ht. The value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>A…
44 …value must be greater than or equal to 0. <br>This property takes precedence over **radiusWidth** …
57 …th. The value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>A…
58 …ht. The value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>A…
59 …value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>An invali…
60 …value must be greater than or equal to 0.<br>Default value: **0**<br>Default unit: vp<br>An invali…
68 radiusWidth(value: number | string)
70 …t of the rounded corner is the same as its width. An invalid value is handled as the default value.
82 | value | number \| string | Yes | Width of the rounded corner. The value must be greater than or…
86 radiusHeight(value: number | string)
88 …of the rounded corner is the same as its height. An invalid value is handled as the default value.
100 | value | number \| string | Yes | Height of the rounded corner. The value must be greater than o…
104 radius(value: number | string | Array<string | number>)
106 …ius of the rounded corner. The value must be greater than or equal to 0. An invalid value is hand…
118 …value | number \| string \| Array<string \| number> | Yes | Radius of the rounded corner. …
122 fill(value: ResourceColor)
124 Sets the color of the fill area. An invalid value is handled as the default value. If this attribut…
136 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the fill area.<br>Default v…
140 fillOpacity(value: number | string | Resource)
142 …value range is [0.0, 1.0]. A value less than 0.0 evaluates to the value **0.0**. A value greater t…
154 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Opacity of the fill area.<…
158 stroke(value: ResourceColor)
160 Stroke color. If this attribute is not set, the component does not have any stroke. If the value is…
172 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Stroke color.|
176 strokeDashArray(value: Array<any>)
178 Sets the stroke dashes. The value must be greater than or equal to 0. Invalid values are treated as…
190 | value | Array<any> | Yes | Stroke dashes.<br>Default value: **[]**<br>Default unit: vp|
194 strokeDashOffset(value: number | string)
196 …offset of the start point for drawing the stroke. An invalid value is handled as the default value.
208 | value | number \| string | Yes | Offset of the start point for drawing the stroke.<br>Default v…
212 strokeLineCap(value: LineCapStyle)
226 | value | [LineCapStyle](ts-appendix-enums.md#linecapstyle) | Yes | Cap style of the stroke.<br>D…
230 strokeLineJoin(value: LineJoinStyle)
244 | value | [LineJoinStyle](ts-appendix-enums.md#linejoinstyle) | Yes | Join style of the stroke.<b…
248 strokeMiterLimit(value: number | string)
250 Sets the limit on the ratio of the miter length to the value of **strokeWidth** used to draw a mite…
252 …he value must be greater than or equal to 1.0. If the value is in the [0, 1) range, the value **1.…
264 | value | number \| string | Yes | Limit on the ratio of the miter length to the value of **strok…
268 strokeOpacity(value: number | string | Resource)
270 …ity. The value range is [0.0, 1.0]. A value less than 0.0 is treated as **0.0**. A value greater t…
282 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Stroke opacity.<br>Default…
286 strokeWidth(value: Length)
300 …value | [Length](ts-types.md#length) | Yes | Stroke width. The value must be greater than or equ…
304 antiAlias(value: boolean)
318 …value | boolean | Yes | Whether anti-aliasing is enabled.<br>**true**: Anti-aliasing is enabled.…