Home
last modified time | relevance | path

Searched refs:contentOpacity (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-qrcode.md73 ### contentOpacity<sup>11+</sup>
75 contentOpacity(value: number | Resource)
97 该示例展示了QRCode组件的基本使用方法,通过color属性设置二维码颜色、backgroundColor属性设置二维码背景颜色、contentOpacity属性设置二维码不透明度。
120 Text('contentOpacity').fontSize(9).width('90%').fontColor(0xCCCCCC).fontSize(30)
121 QRCode(this.value).width(140).height(140).color(Color.Black).contentOpacity(0.1)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-qrcode.md73 ### contentOpacity<sup>11+</sup>
75 contentOpacity(value: number | Resource)
97 …or using the **backgroundColor** attribute, and the opacity using the **contentOpacity** attribute.
119 Text('contentOpacity').fontSize(9).width('90%').fontColor(0xCCCCCC).fontSize(30)
120 QRCode(this.value).width(140).height(140).color(Color.Black).contentOpacity(0.1)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkQRCode.ts36 contentOpacity(value: number | Resource): this {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1267 contentOpacity(value: number | Resource): this;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js24229 contentOpacity(value) { method in ArkQRCodeComponent