# GraffitiProgressBar
Class Inherits GraffitiWebUIControl
## About
s.
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| True | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Event Definitions
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Open | (None) | (None) | (None) |
| Shown | (None) | (None) | (None) |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| AnimationTime | Integer | (None) | The time, in milliseconds, it takes to complete the value change animation. |
| BackgroundColor | Color | (None) | Sets the background color of the animated value area. |
| isShown | Boolean | (None) | (None) |
| PercentSign | String | (None) | The text to use in place of the % symbol. |
| ProgressColor | Color | (None) | The color of the completed area. |
| ProgressText | String | (None) | Text to display in the indicator instead of the value percentage. |
| ProgressValue | Integer | (None) | The value of the progress indicator. |
| ShowTip | Boolean | (None) | When true, the progressbar will display a tooltip below the progressbar containing either ProgressValue + PercentSign or ProgressText. |
| TooltipColor | Color | (None) | Tooltip background color. |
| TooltipTextColor | Color | (None) | Tooltip text color. |