Home
last modified time | relevance | path

Searched refs:SliderBlockType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md69 当滑块形状设置为SliderBlockType.DEFAULT时,blockColor可设置默认圆形滑块颜色。
71 当滑块形状设置为SliderBlockType.IMAGE时,滑块无填充,设置blockColor不生效。
73 当滑块形状设置为SliderBlockType.SHAPE时,blockColor可设置自定义形状的填充颜色。
198 当滑块形状设置为SliderBlockType.IMAGE时,滑块无描边,设置blockBorderColor不生效。
200 当滑块形状设置为SliderBlockType.SHAPE时,blockBorderColor可设置自定义形状中线的颜色。
220 当滑块形状设置为SliderBlockType.IMAGE时,滑块无描边,设置blockBorderWidth不生效。
222 当滑块形状设置为SliderBlockType.SHAPE时,blockBorderWidth可设置自定义形状中线的粗细。
288 当滑块形状设置为SliderBlockType.DEFAULT时,取宽高的最小值作为圆形半径。
453 | type | [SliderBlockType](#sliderblocktype10枚举说明) | 是 | 设置滑块形状。<br/>默认值:SliderBl…
457 ## SliderBlockType<sup>10+</sup>枚举说明
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-slider.md69 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…
196 When **SliderBlockType.DEFAULT** is used, **blockBorderColor** sets the border color of the round s…
198 When **SliderBlockType.IMAGE** is used, **blockBorderColor** does not work as the slider has no bor…
218 When **SliderBlockType.DEFAULT** is used, **blockBorderWidth** sets the border width of the round s…
220 When **SliderBlockType.IMAGE** is used, **blockBorderWidth** does not work as the slider has no bor…
453 …pe | [SliderBlockType](#sliderblocktype10) | Yes | Type of the slider in the bloc…
457 ## SliderBlockType<sup>10+</sup>
798 .blockStyle({ type: SliderBlockType.DEFAULT })
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2077 var SliderBlockType; variable
2078 (function (SliderBlockType) {
2079 SliderBlockType[SliderBlockType["DEFAULT"] = 0] = "DEFAULT";
2080 SliderBlockType[SliderBlockType["IMAGE"] = 1] = "IMAGE";
2081 SliderBlockType[SliderBlockType["SHAPE"] = 2] = "SHAPE";
2082 })(SliderBlockType || (SliderBlockType = {}));
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md446 |新增|NA|模块名: slider<br>类名: SliderBlockType|slider.d.ts|
447 |新增|NA|模块名: slider<br>类名: SliderBlockType<br>方法 or 属性: DEFAULT|slider.d.ts|
448 |新增|NA|模块名: slider<br>类名: SliderBlockType<br>方法 or 属性: IMAGE|slider.d.ts|
449 |新增|NA|模块名: slider<br>类名: SliderBlockType<br>方法 or 属性: SHAPE|slider.d.ts|
451 |新增|NA|模块名: slider<br>类名: SliderBlockStyle<br>方法 or 属性: type: SliderBlockType;|slider.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md446 |Added|NA|Module name: slider<br>Class name: SliderBlockType|slider.d.ts|
447 |Added|NA|Module name: slider<br>Class name: SliderBlockType<br>Method or attribute name: DEFAULT|s…
448 |Added|NA|Module name: slider<br>Class name: SliderBlockType<br>Method or attribute name: IMAGE|sli…
449 |Added|NA|Module name: slider<br>Class name: SliderBlockType<br>Method or attribute name: SHAPE|sli…
451 …er<br>Class name: SliderBlockStyle<br>Method or attribute name: type: SliderBlockType;|slider.d.ts|