CircularFadeProgressBar
The CircularFadeProgressBar is a circular progress bar with fade effect, composed by eight circles. It is very simple to use and it is a good alternative to the classic progress bar.
To use it you have to:
- Use BackColor to change the background color of the bar
- Use BordersColor to change the border color of the circles
- Use PercentageColor to change the color of the percentage
- Use IncrementSpeed to change the speed used to loop
- Use StartLoop() to start looping and StopLoop() to stop looping.
- Use Increment(int increment) to increment the value of the progress bar
- Use LoopSpeed to change the speed of the looping light
- Use HighlightBalls to highlight the border of each ball. NOTE: This disables FadeBorders
- Use FadeBorders to fade the borders of each ball. NOTE: This disables HighlightBalls
END OF GUIDE