Home
last modified time | relevance | path

Searched refs:styleOptions (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/interfaces/
H A Ddownloadfilebutton.js133 if (s1.styleOptions !== undefined) {
134 this.styleOptions = s1.styleOptions;
161 get styleOptions() {
165 set styleOptions(o1) {
188 Image.size({ width: this.styleOptions.iconSize, height: this.styleOptions.iconSize });
189 Image.fillColor(this.styleOptions.iconColor);
203 Text.fontSize(this.styleOptions.fontSize);
204 Text.fontColor(this.styleOptions.fontColor);
205 Text.fontStyle(this.styleOptions.fontStyle);
210 this.styleOptions.textIconSpace :
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/downloadfilebutton/source/
H A DDownloadFileButton.ets73 @State styleOptions: DownloadStyleOptions = {
96 .size({ width: this.styleOptions.iconSize, height: this.styleOptions.iconSize })
97 .fillColor(this.styleOptions.iconColor)
107 .fontSize(this.styleOptions.fontSize)
108 .fontColor(this.styleOptions.fontColor)
109 .fontStyle(this.styleOptions.fontStyle)
110 .fontWeight(this.styleOptions.fontWeight)
111 .fontFamily(this.styleOptions.fontFamily)
114 this.styleOptions.textIconSpace :
117 this.styleOptions.textIconSpace :
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_span_modifier.cpp123 auto styleOptions = ImageSpanView::GetSpanTextBackgroundStyle(frameNode); in GetImageSpanTextBackgroundStyle() local
124 options->color = styleOptions.backgroundColor->GetValue(); in GetImageSpanTextBackgroundStyle()
125 options->topLeft = styleOptions.backgroundRadius->radiusTopLeft->Value(); in GetImageSpanTextBackgroundStyle()
126 options->topRight = styleOptions.backgroundRadius->radiusTopRight->Value(); in GetImageSpanTextBackgroundStyle()
127 options->bottomLeft = styleOptions.backgroundRadius->radiusBottomLeft->Value(); in GetImageSpanTextBackgroundStyle()
128 options->bottomLeft = styleOptions.backgroundRadius->radiusBottomLeft->Value(); in GetImageSpanTextBackgroundStyle()
H A Dnode_span_modifier.cpp371 auto styleOptions = SpanModelNG::GetSpanTextBackgroundStyle(uiNode); in GetSpanTextBackgroundStyle() local
372 options->color = styleOptions.backgroundColor->GetValue(); in GetSpanTextBackgroundStyle()
373 options->topLeft = styleOptions.backgroundRadius->radiusTopLeft->Value(); in GetSpanTextBackgroundStyle()
374 options->topRight = styleOptions.backgroundRadius->radiusTopRight->Value(); in GetSpanTextBackgroundStyle()
375 options->bottomLeft = styleOptions.backgroundRadius->radiusBottomLeft->Value(); in GetSpanTextBackgroundStyle()
376 options->bottomLeft = styleOptions.backgroundRadius->radiusBottomLeft->Value(); in GetSpanTextBackgroundStyle()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md37 | styleOptions | [DownloadStyleOptions](#downloadstyleoptions) | 否 | @State | 创建包含指定元素样式的下载…
142 styleOptions: {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-DownloadFileButton.md26 Downloadbutton(contentOptions?:DownloadContentOptions, styleOptions?:DownloadStyleOptions)
41 | styleOptions | [DownloadStyleOptions](#downloadstyleoptions) | No | @State | Style options…
146 styleOptions: {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp1970 std::vector<uint32_t> styleOptions; in SetOutlineStyle() local
1971 ParseOuterBorderStyle(runtimeCallInfo, vm, styleOptions, NUM_1); in SetOutlineStyle()
1973 nativeNode, styleOptions.data(), styleOptions.size()); in SetOutlineStyle()