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
- Host: GitHub
- URL: https://github.com/ukushu/textprogressbar
- Owner: ukushu
- Created: 2018-12-19T11:39:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T03:05:59.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T03:02:04.358Z (6 months ago)
- Language: C#
- Size: 25.4 KB
- Stars: 43
- Watchers: 8
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
* ProgressColorSo 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