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