Lines Matching refs:thumb
45 | style | [SliderStyle](#sliderstyle) | No| Style of the slider thumb and track.<br>Default value: …
55 | OutSet | The thumb is on the track.<br>**Widget capability**: This API can be used in ArkTS widge…
56 | InSet | The thumb is in the track.<br>**Widget capability**: This API can be used in ArkTS widget…
57 | NONE<sup>12+</sup> | There is no thumb.<br>**Widget capability**: This API can be used in ArkTS w…
67 Sets the color of the thumb.
69 When **SliderBlockType.DEFAULT** is used, **blockColor** sets the color of the round thumb.
71 When **SliderBlockType.IMAGE** is used, **blockColor** does not work as the thumb has no fill color.
73 When **SliderBlockType.SHAPE** is used, **blockColor** sets the color of the thumb in a custom shap…
85 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the thumb.<br>Default value…
111 Sets the color of the portion of the track between the minimum value and the thumb.
123 …es | Color of the portion of the track between the minimum value and the thumb.<br>Default value:…
172 To ensure [SliderStyle](#sliderstyle) works as expected for the thumb and track, [blockSize](#block…
543 | Begin | 0 | The user touches or clicks the thumb.|
546 | Click<sup>8+</sup> | 3 | The user moves the thumb by touching or clicking the track.|
585 This example demonstrates how to control the display of the tooltip, current step, and slider thumb…