A component that shows the progress of an event 更多...
import 语句: | import UIComponents 1.0 |
继承: | Item |
A ProgressBar shows the linear progress of an event as its value . The range is specified using the minimum 和 maximum 值。
The ProgressBar component is part of the UI 组件 模块。
This documentation is part of the UIComponents 范例。
The color of the ProgressBar 's gradient. Must bind to a color type.
另请参阅 secondColor .
The maximum value of the ProgressBar range. The value must not be more than this value.
The minimum value of the ProgressBar range. The value must not be less than this value.
The second color of the ProgressBar 's gradient. Must bind to a color type.
另请参阅 color .
The value of the progress.