Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AnimationDuration | Integer | 250 | Animation time for value changes is milliseconds. |
CustomText | Boolean | False | Use ValueCaption instead of the integer display. |
FontSize | String | 2rem | CSS Sizes for the font, such as 100%, 1em, 10pt, 10px, etc. |
ProgressColorEnd | Color | &c000000 | The color of the progress area at 100%. |
ProgressColorStart | Color | &c000000 | The color of the progress area at 0%. |
ProgressWidth | Double | 2.6 | Width of the bar as a percentage of the total area. |
ProgressWidthEnd | Double | 2.6 | |
UnfilledColor | Color | &c000000 | Color of the unfilled area of the progress indication arc. |
UnfilledWidth | Double | 2 | Width of the unfilled area of the progress indication arc. |
Value | Integer | 0 | Current progress value |
ValueCaption | String | “” | Custom text. Can also accept FontAwesome icons by supplying something like the following: <fa-rocket> |
Examples #
There are currently no examples for this class.