# GraffitiControlGroupProgressBar
Class Inherits GraffitiControlGroupItem
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | value as Double | (None) | Creates a new instance of the class. |
| Operator_Convert | (None) | JSONitem | (None) |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| IndicatorProgressBackground | WebSDKUIControl.Indicators | (None) | Indicator applied to the empty area of the progress bar. |
| IndicatorProgressForeground | WebSDKUIControl.Indicators | (None) | Indicator applied to the value of the progress bar. |
| ShowValue | Boolean | (None) | Determines whether the value percentage is displayed within the progress bar. |
| Size | Integer | (None) | Width/Height of the progress bar based on ControlGroup direction. |
| Striped | Boolean | (None) | Controls whether the progress value is rendered in a striped style. |
| Value | Double | (None) | Current value of the progress bar. |