GraffitiSuite Docs
Docs
Graffitiradialprogress
Loading document parsing libraries...
# GraffitiRadialProgress Class Inherits GraffitiUIControl ## About GraffitiRadialProgress provides a beautiful circular progress display control. ## Preview    Previous Next ## 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 | Ring <br > Solid | Supported drawing styles. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | BackgroundColor | ColorGroup | (None) | Color applied to the negative (non-value) area. | | FontName | String | (None) | Font name used for drawing text. | | FontSize | Integer | (None) | Size applied to font for drawing text. | | FontStyle | GraffitiUIControl.FontStyles | (None) | Font style such as Bold or Italic. | | Size | Double | (None) | Pen size used for drawing value. | | Style | GraffitiRadialProgress.Styles | (None) | Progress control appearance. | | TextColor | ColorGroup | (None) | Color used to draw text. | | Value | Double | (None) | Current progress value. | | ValueCaption | String | (None) | Text drawn to override the current progress value. | | ValueColor | ColorGroup | (None) | Color drawn to positive (value) area. |