An open API service indexing awesome lists of open source software.

https://github.com/ukushu/textprogressbar

Progress Bar with Text component
https://github.com/ukushu/textprogressbar

Last synced: 30 days ago
JSON representation

Progress Bar with Text component

Awesome Lists containing this project

README

          

# 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][1]][1]

Percentage mode:

[![no blinking/flickering TextProgressBar][2]][2]

Text Mode:

[![no blinking/flickering TextProgressBar][3]][3]

Progress Mode:

[![enter image description here][4]][4]

Text + Precentage Mode:

[![enter image description here][5]][5]

Text + Progress mode:

[![enter image description here][6]][6]

[1]: https://i.stack.imgur.com/YKAkC.gif
[2]: https://i.stack.imgur.com/mMy7Y.gif
[3]: https://i.stack.imgur.com/g1uPL.gif
[4]: https://i.stack.imgur.com/FQdNN.gif
[5]: https://i.stack.imgur.com/Q3VGZ.gif
[6]: https://i.stack.imgur.com/qOMKT.gif