GraffitiRadialProgress

Images #

About #

GraffitiRadialProgress is a round progress indicator based on modern implementations of the concept as seen in many popular applications and websites.

Features:

  • Display as percentage or Done/Total
  • Fully-customizable color palettes
  • Nine styles from which to choose

Enumerations #

NameValues
 StylesGraphite
Simple
EarthTonesGround
EarthTonesSky
Chrome
HighTech
Ring
SegmentedRing
DarkGlow

Constants #

This class exposes no constants.

Events #

This class does not expose any events.

Methods #

DefinitionDescription
StyleCount() as IntegerReturns the number of visual styles available.
StyleName( Index ) as StringReturns the name of the style represented by Index.

Properties #

NameTypeDefault ValueDescription
BGColorColor&c000000The background color of the progress display.
BoldBooleanFalseSets the font weight of the progress text.
BorderColorColor&c000000Sets the border color for the progress display.
ItalicBooleanFalseDetermines whether the progress text is displayed in italics.
MaximumInteger100The maximum possible value (positive or negative).
MinimumInteger0The minimum possible value (positive or negative).
ShowTextBooleanTrueSets whether the progress text is visible.
StyleInteger0Sets the visual style of the progress class.
TextColorColor&c000000Sets the color of the progress text.
TextFontString“system”Sets the font of the progress text.
TextSizeInteger-1Sets the size of the progress text’s font. When Value = -1, the text of the component will automatically size to fill the progress area.
TextSizeConstraintInteger100Will constrain the text size to the percentage specified relative to the progress area.
UnderlineBooleanFalseDetermines whether the text is displayed with an underline.
UseCustomColorsBooleanFalseDetermines whether the progress area is drawn using custom colors.
UseCustomTextSizeBooleanFalseSets whether the progress text size is automatically calculated or custom.
ValueInteger0The current integer value.
ValueCaptionString“”Caption drawn in place of the value percentage.
ValueColorColor&c000000Sets the color of the “completed” progress area when UseCustomColors is True.

Examples #

There are currently no examples for this class.