0

Doing this in C# WPF. To me it seems like the progressbar colors are really washed out; not vibrant: enter image description here

Is this because they're animated? The color being called for the 'Leadership' progress bar is straight system color "Red". Is there a value that I can set that will make these colors 'pop' and be brighter and more intense?

zetar
  • 1,225
  • 2
  • 20
  • 45
  • that is a default ProgressBar template. http://stackoverflow.com/questions/4815175/wpf-progressbar-style (http://stackoverflow.com/a/4815280/1506454). try to create a new template with desired effects (or without unwanted) – ASh Apr 25 '16 at 07:02
  • It's important to note that different OSs might have different themes applied. The theme in the screenshot comes from a previous version of windows (looks like Windows 7 or 8). You can replace the template, but then your controls won't change to match the OS, which you might or might not want. – Owen Johnson Mar 27 '17 at 19:55
  • I ended up just throwing out the 'stock' ProgressBar and writing my own with different colors. – zetar Mar 28 '17 at 00:24

0 Answers0