DtkDeclarative
DTK Declarative module
|
提供一种水波纹类型的进度条控件. 更多...
属性 | |
int | value |
value 属性表示 WaterProgressBar 进度值,其取值范围为[0, 100] | |
bool | running |
DPalette | backgroundColor1 |
backgroundColor1 属性表示 WaterProgressBar 的第一背景颜色值。 | |
DPalette | backgroundColor2 |
backgroundColor2 属性表示 WaterProgressBar 的第二背景颜色值。 | |
DPalette | dropShadowColor |
dropShadowColor 属性表示 WaterProgressBar 的阴影颜色值。 | |
DPalette | popBackgroundColor |
popBackgroundColor 属性表示 WaterProgressBar 的弹出气泡的背景颜色。 | |
DPalette | textColor |
textColor 属性表示 WaterProgressBar 的前景颜色,即文字的颜色。 | |
提供一种水波纹类型的进度条控件.
WaterProgressBar 提供一种趣味的水波纹进度条控件。WaterProgressBar有特殊的水波纹动画,能够将进度条的形式修改为水涨的效果。
例如下述代码:
WaterProgressBar 的使用方式如下所示:
|
read |
backgroundColor1 属性表示 WaterProgressBar 的第一背景颜色值。
WaterProgressBar 的默认背景为渐变背景。
|
read |
value 属性表示 WaterProgressBar 进度值,其取值范围为[0, 100]
value
> 0 时 WaterProgressBar 开始水波动画。当 value
> 30 时 WaterProgressBar 开始气泡动画