Update color of ProgressBar's error state
See original GitHub issueDescribe the bug
Design has specified that the error state of (determinate) ProgressBar should use the red error color:

Setting the foreground to SystemControlErrorTextForegroundBrush will provide the correct theming behavior.
Additional context
Details about indeterminate ProgressBar’s appearance are still pending.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Progress bar not changing state (color) when message box ...
Interesting, I had progressBar.Maximum = 1 . When I changed this to progressBar. · Try: progressBar.Refresh(); just before showing the MessageBox ...
Read more >How to change the progress bar color?
However, the Aero-style progress bar does have three different states: normal, paused, and error. In the normal state, it is filled with green....
Read more >Progress Bar API Tricks - Marquee, State Color, Reverse
What you can do is change via the API is change the State to Error that shows Red or Paused that colors it...
Read more >How to Conditionally format the color of the progress bar
I've found that I can modify all bars by setting the following css: .k-progressbar .k-state-selected {. background-color:green; }.
Read more >ProgressBar Class (Microsoft.UI.Xaml.Controls) - WinUI
Gets or sets a value that indicates whether the progress bar should use visual states that communicate an Error state to the user....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Alright, I’ll work on this!
In Win32 guidance, Paused is shown to have a Yellow colour.
Will this Red colour be the same colour used for validation (which becomes yellow in dark mode) or match the Red colour used for Status Icons/Badges?