Lines Matching refs:Linear
42 …ogressType](#progresstype8枚举说明) | 否 | 指定进度条类型。<br/>默认值:ProgressType.Linear<br/>**卡片能力:** 从API…
43 …essstyle枚举说明) | 否 | 指定进度条样式。<br/>该参数从API version8开始废弃,建议使用type替代。<br/>默认值:ProgressStyle.Linear |
55 | Linear | 线性样式。从API version9开始,高度大于宽度的时候自适应垂直显示。 |
59 | Capsule | 胶囊样式,头尾两端圆弧处的进度展示效果与Eclipse相同;中段处的进度展示效果与Linear相同。高度大于宽度的时候自适应垂直显示。 |
71 | Linear | 线性样式。 |
75 | Capsule<sup>8+</sup> | 胶囊样式,头尾两端圆弧处的进度展示效果与Eclipse相同;中段处的进度展示效果与Linear相同。高度大于宽度的时候自适应垂直显示。 |
85 | ProgressType.Linear | [LinearStyleOptions<sup>10+</sup>](#linearstyleoptions10) \| [P…
149 …Capsule的样式。<br/>- RingStyleOptions:设置Ring的样式。<br/>- LinearStyleOptions:设置Linear的样式。<br/>- ScaleRin…
324 Text('Linear Progress').fontSize(9).fontColor(0xCCCCCC).width('90%')
325 Progress({ value: 10, type: ProgressType.Linear }).width(200)
326 …Progress({ value: 20, total: 150, type: ProgressType.Linear }).color(Color.Grey).value(50).width(2…
480 Progress({ value: this.value, total: 100, type: ProgressType.Linear })
484 Progress({ value: this.value, total: 100, type: ProgressType.Linear })