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…
51 fill(value: ResourceColor)
53 Sets the color of the fill area. An invalid value is handled as the default value. If this attribut…
65 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the fill area.<br>Default v…
69 fillOpacity(value: number | string | Resource)
71 …value range is [0.0, 1.0]. A value less than 0.0 evaluates to the value **0.0**. A value greater t…
83 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Opacity of the fill area.<…
87 stroke(value: ResourceColor)
89 …this attribute is not set, the component does not have any stroke. If the value is invalid, no str…
101 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Stroke color.|
105 strokeDashArray(value: Array<any>)
107 Sets stroke dashes. The value must be greater than or equal to 0. Invalid values are treated as the…
119 | value | Array<any> | Yes | Stroke dashes.<br>Default value: **[]**<br>Default unit: vp|
123 strokeDashOffset(value: number | string)
125 …offset of the start point for drawing the stroke. An invalid value is handled as the default value.
137 | value | number \| string | Yes | Offset of the start point for drawing the stroke.<br>Default v…
141 strokeLineCap(value: LineCapStyle)
155 | value | [LineCapStyle](ts-appendix-enums.md#linecapstyle) | Yes | Cap style of the stroke.<br>D…
159 strokeLineJoin(value: LineJoinStyle)
173 | value | [LineJoinStyle](ts-appendix-enums.md#linejoinstyle) | Yes | Join style of the stroke.<b…
177 strokeMiterLimit(value: number | string)
179 Sets the limit on the ratio of the miter length to the value of **strokeWidth** used to draw a mite…
191 | value | number \| string | Yes | Limit on the ratio of the miter length to the value of **strok…
195 strokeOpacity(value: number | string | Resource)
197 …value range is [0.0, 1.0]. A value less than 0.0 evaluates to the value **0.0**. A value greater t…
209 | value | number \| string \| [Resource](ts-types.md#resource) | Yes | Stroke opacity.<br>Default…
213 strokeWidth(value: Length)
227 …value | [Length](ts-types.md#length) | Yes | Stroke width. The value must be greater than or equ…
231 antiAlias(value: boolean)
245 …value | boolean | Yes | Whether anti-aliasing is enabled.<br>**true**: Anti-aliasing is enabled.…