Enumerations #
Name |
Values |
|
This class exposes no enumerations. |
Constants #
Name |
Type |
Value |
|
|
This class exposes no constants. |
Events #
Definition |
Description |
|
This class does not expose any events. |
Methods #
Definition |
Description |
|
This class does not expose any methods. |
Properties #
Name |
Type |
Default Value |
Description |
AnimationTime |
Integer |
1000 |
The time, in milliseconds, it takes to complete the value change animation. |
BackgroundColor |
Color |
&c444444 |
Sets the background color of the animated value area. |
PercentSign |
String |
“ %” |
The text to use in place of the % symbol. |
ProgressColor |
Color |
&c186de2 |
The color of the completed area. |
ProgressText |
String |
“” |
Text to display in the indicator instead of the value percentage. |
ProgressValue |
Integer |
0 |
The value of the progress indicator. |
ShowTip |
Boolean |
True |
When true, the progressbar will display a tooltip below the progressbar containing either ProgressValue + PercentSign or ProgressText. |
Examples #
There are currently no examples for this class.