Home
last modified time | relevance | path

Searched refs:backgroundImageResizable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md209 ## backgroundImageResizable<sup>12+</sup>
211 backgroundImageResizable(value: ResizableOptions)
H A Dts-basic-components-image.md536 …创建Lattice类型作为入参。将图像划分为矩形网格,同时处于偶数列和偶数行上的网格图像是固定的,不会被拉伸。<br>该参数对[backgroundImageResizable](ts-unive…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-background.md209 ## backgroundImageResizable<sup>12+</sup>
211 backgroundImageResizable(value: ResizableOptions)
H A Dts-basic-components-image.md517 …rows are fixed.<br>This parameter does not take effect for the [backgroundImageResizable](ts-unive…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts3630 backgroundImageResizable(value: ResizableOptions): this {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3508 backgroundImageResizable(value) { method in ArkComponent