# 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 | |
| Attributes | Hidden | ToString | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| IndicatorProgressBackground | WebSDKUIControl.Indicators | Nil | Indicator applied to the empty area of the progress bar. |
| IndicatorProgressForeground | WebSDKUIControl.Indicators | Nil | Indicator applied to the value of the progress bar. |
| ShowValue | Boolean | Nil | Determines whether the value percentage is displayed within the progress bar. |
| Size | Integer | Nil | Width/Height of the progress bar based on ControlGroup direction. |
| Striped | Boolean | Nil | Controls whether the progress value is rendered in a striped style. |
| Value | Double | Nil | Current value of the progress bar. |