Component based on ProgressBar;
Have no blinking/flickering
Have following properties in Visual Studio Properties section:
- Visual mode:
- NoText - no text displayed over ProgressBar
- Percentage - How many % passed
- CurrProgress - "256/500"
- CustomText - display Text
- TextAndPercentage - "CustomText: 50%"
- TextAndCurrProgress - "CustomText: 256/500"
- TextColour
- TextFont
- Text - display custom text in case of selection mode with customText support.
- ProgressColor
So its really simple in use.
Have wrote no blinking/flickering TextProgressBar
You can find source code here: https://github.com/ukushu/TextProgressBar
NoText:
Percentage mode:
Text Mode:
Progress Mode:
Text + Precentage Mode:
Text + Progress mode: