# GraffitiProgressBar
Class Inherits GraffitiUIControl
## About
GraffitiPagePanel is a that allows developers to embed multiple containers within their UI and easily switch between them.
## Compatibility
### Framework API Version
| 1.0 | 2.0 |
| :---: | :---: |
| False | True |
### Console
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### Desktop
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
### iOS
| 32-Bit | 64-Bit |
| :---: | :---: |
| False | True |
### Web
| 32-Bit | 64-Bit |
| :---: | :---: |
| True | True |
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Styles | Solid <br > Blocked | Supported drawing styles. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| BackgroundColor | ColorGroup | (None) | Customize the background color of the progressbar. |
| BorderColor | ColorGroup | (None) | Color used to draw the border of the control. |
| BorderRadius | Double | (None) | Radius of the control's outside corners. Automatically corrects to (Max(Width, Height) / 2) - 1 is a value too large has been supplied. |
| BorderSize | Double | (None) | Pen size used to draw the control's border. |
| FontStyle | GraffitiUIControl.FontStyles | (None) | Style -- regular, bold, italic) used to draw text. |
| GlowIntensity | Integer | (None) | Determines the strength of the gradient glow around the progress value. |
| ShowValue | Boolean | (None) | Determines whether the control will draw the value percentage or ValueText within the progressbar. |
| Style | GraffitiProgressBar.Styles | (None) | Determines how how the progressbar's value is drawn. |
| Value | Integer | (None) | Value represented within the progressbar. |
| ValueColor | ColorGroup | (None) | Color used to draw the area of the progressbar that is represented by Value. |
| ValueText | String | (None) | Text to draw in place of the Value percentage. Must be an empty string to draw Value percentage. |
| ValueTextColor | ColorGroup | (None) | Color used to draw the value text. |