# GraffitiProgressRadial
Class Inherits GraffitiWebUIControl
## About
.
## 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) |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| AnimationDuration | Integer | (None) | Animation time for value changes is milliseconds. |
| CustomText | Boolean | (None) | Use ValueCaption instead of the integer display. |
| FontSize | string | (None) | CSS Sizes for the font, such as 100%, 1em, 10pt, 10px, etc. |
| ProgressColorEnd | Color | (None) | The color of the progress area at 100%. |
| ProgressColorStart | Color | (None) | The color of the progress area at 0%. |
| ProgressWidth | Double | (None) | Width of the bar as a percentage of the total area. |
| ProgressWidthEnd | Double | (None) | Size of the value indicator at 100%. |
| UnfilledColor | Color | (None) | Color of the unfilled area of the progress indication arc. |
| UnfilledWidth | Double | (None) | Width of the unfilled area of the progress indication arc. |
| Value | Integer | (None) | Current progress value |
| ValueCaption | String | (None) | Custom text. Can also accept FontAwesome icons by supplying something like the following: <fa-rocket> |