Searched refs:styleOptions (Results 1 – 7 of 7) sorted by relevance
133 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 …]
73 @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 …]
123 auto styleOptions = ImageSpanView::GetSpanTextBackgroundStyle(frameNode); in GetImageSpanTextBackgroundStyle() local124 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()
371 auto styleOptions = SpanModelNG::GetSpanTextBackgroundStyle(uiNode); in GetSpanTextBackgroundStyle() local372 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()
37 | styleOptions | [DownloadStyleOptions](#downloadstyleoptions) | 否 | @State | 创建包含指定元素样式的下载…142 styleOptions: {
26 Downloadbutton(contentOptions?:DownloadContentOptions, styleOptions?:DownloadStyleOptions)41 | styleOptions | [DownloadStyleOptions](#downloadstyleoptions) | No | @State | Style options…146 styleOptions: {
1970 std::vector<uint32_t> styleOptions; in SetOutlineStyle() local1971 ParseOuterBorderStyle(runtimeCallInfo, vm, styleOptions, NUM_1); in SetOutlineStyle()1973 nativeNode, styleOptions.data(), styleOptions.size()); in SetOutlineStyle()