Table of Contents
Preview #
About #
GraffitiRadialProgress provides a beautiful circular progress display control.
Enumerations #
Name | Values |
---|---|
Styles | Ring Solid |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
BackgroundColor | ColorGroup | Nil | Color applied to the negative (non-value) area. |
FontName | String | “System” | Font name used for drawing text. |
FontSize | Integer | 0 | Size applied to font for drawing text. |
FontStyle | GraffitiControlCanvas.FontStyles | GraffitiControlCanvas.FontStyles.None | Font style such as Bold or Italic. |
Size | Double | 5 | Pen size used for drawing value. |
Style | GraffitiRadialProgress.Styles | GraffitiRadialProgress.Styles.Ring | Progress control appearance. |
TextColor | ColorGroup | Nil | Color used to draw text. |
Value | Double | 0.0 | Current progress value. |
ValueCaption | String | “” | Text drawn to override the current progress value. |
ValueColor | ColorGroup | Nil | Color drawn to positive (value) area. |
Examples #
This class currently has no examples.