Lines Matching refs:LinearGradient
84 valueColors(value: Array<ResourceColor | LinearGradient>)
96 …LinearGradient](#lineargradient10)> | Yes | Array of data segment colors. A value of the **Resour…
173 | colors | Array<[ResourceColor](ts-types.md#resourcecolor) \| [LinearGradient](#lineargradient10)>…
175 ## LinearGradient<sup>10+</sup>
281 …public color1: LinearGradient = new LinearGradient([{ color: "#65EEC9A3", offset: 0 }, { color: "#…
282 …public color2: LinearGradient = new LinearGradient([{ color: "#FF67F9D4", offset: 0 }, { color: "#…
283 …public colorShadow1: LinearGradient = new LinearGradient([{ color: "#65EEC9A3", offset: 0 }, { col…
284 …public colorShadow2: LinearGradient = new LinearGradient([{ color: "#65e26709", offset: 0 }, { col…
285 …public colorShadow3: LinearGradient = new LinearGradient([{ color: "#6572B513", offset: 0 }, { col…
286 …public colorShadow4: LinearGradient = new LinearGradient([{ color: "#65ed08f5", offset: 0 }, { col…
293 …@State colorArray: Array<LinearGradient | ResourceColor> = [this.color1, this.color2, this.color3,…
294 …@State shadowColorArray: Array<LinearGradient | ResourceColor> = [this.colorShadow1, this.colorSha…
298 …Text('LinearGradient').fontSize(9).fontColor(0xCCCCCC).textAlign(TextAlign.Start).width('100%').ma…