Lines Matching refs:total
40 …mber | 是 | 指定当前进度值。设置小于0的数值时置为0,设置大于total的数值时置为total。<br/>默认值:0<br…
41 | total | number | 否 | 指定进度总长。设置小于等于0的数值时置为100…
103 设置当前进度值。设置小于0的数值时置为0,设置大于total的数值时置为total。非法数值不生效。
192 | total | number | 是 | 进度总长。 |
326 …Progress({ value: 20, total: 150, type: ProgressType.Linear }).color(Color.Grey).value(50).width(2…
332 …Progress({ value: 20, total: 150, type: ProgressType.Eclipse }).color(Color.Grey).value(50).width(…
338 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing })
345 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing })
348 Progress({ value: 20, total: 150, type: ProgressType.ScaleRing })
356 Progress({ value: 20, total: 150, type: ProgressType.Ring })
364 Progress({ value: 20, total: 150, type: ProgressType.Capsule })
392 Progress({ value: 70, total: 100, type: ProgressType.Ring })
397 Progress({ value: 70, total: 100, type: ProgressType.Ring })
418 Progress({ value: 0, total: 100, type: ProgressType.Ring })
423 Progress({ value: 30, total: 100, type: ProgressType.Ring })
444 Progress({ value: 100, total: 100, type: ProgressType.Capsule }).width(100).height(50)
480 Progress({ value: this.value, total: 100, type: ProgressType.Linear })
484 Progress({ value: this.value, total: 100, type: ProgressType.Linear })
525 Text("当前进度:" + config.value + "/" + config.total).fontSize(20)
566 …Progress({ value: this.currentValue, total: 3, type: ProgressType.Ring }).contentModifier(this.mod…
596 Progress({ value: 50, total: 100, type: ProgressType.Capsule }).width(100).height(50)