Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.29 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.29 KB

TextProgressBar

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

Samples

NoText:

enter image description here

Percentage mode:

no blinking/flickering TextProgressBar

Text Mode:

no blinking/flickering TextProgressBar

Progress Mode:

enter image description here

Text + Precentage Mode:

enter image description here

Text + Progress mode:

enter image description here