Searched refs:showBackground (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.9.5/ |
H A D | changelogs-arkui.md | 130 ## cl.arkui.6 Swiper的isShowBackground属性名称变更为showBackground 134 Swiper组件中,是否显示底板的属性名称由isShowBackground变更为showBackground 194 showBackground: true,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkSwiper.ts | 243 let showBackground; 257 showBackground = this.value.value.showBackground; 271 showBackground, 300 (this.stageValue.value as ArrowStyle).showBackground, 301 (this.value.value as ArrowStyle).showBackground
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.5/ |
H A D | changelogs-arkui.md | 134 Renamed the **isShowBackground** attribute in the **\<Swiper>** component **showBackground**. 194 showBackground: true,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-swiper.md | 1069 | showBackground | boolean | 否 | 设置箭头底板是否显示。<br/>默认值:false … 1073 …/>在导航点两侧显示时:<br/>默认值:18vp<br/>在组件两侧显示时:<br/>默认值:24vp<br/>**说明:**<br/>showBackground为true时,arrowSiz… 1371 showBackground: true, 1737 showBackground: true,
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-layout-development-create-looping.md | 159 showBackground: true,
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | swiper_optimization.md | 132 showBackground: true,
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-layout-development-create-looping.md | 159 showBackground: true,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.cpp | 281 Local<JSValueRef> showBackground = runtimeCallInfo->GetCallArgRef(ARROW_IS_SHOW_BACKGROUND); in SetSwiperDisplayArrow() local 290 if (!showBackground->IsUndefined()) { in SetSwiperDisplayArrow() 291 showBackgroundStr = showBackground->ToBoolean(vm)->Value() ? "1" : "0"; in SetSwiperDisplayArrow()
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | swiper_optimization.md | 132 showBackground: true,
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-swiper.md | 1069 | showBackground | boolean | No | Whether to show the backgrou… 1073 …des of the component:<br>Default value: **24vp**<br>**NOTE**<br>If **showBackground** is set to **… 1376 showBackground: true, 1742 showBackground: true,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 28113 let showBackground; 28129 showBackground = this.value.value.showBackground; 28140 getUINativeModule().swiper.setSwiperDisplayArrow(node, displayArrowValue, showBackground, 28159 …return (!isBaseOrResourceEqual(this.stageValue.value.showBackground, this.value.value.showBackgrou…
|