CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.88k stars 1.38k forks source link

Whilst app is running, RadialGauge needle colour not updated if system accent colour is change through Windows Settings App #2934

Open harvinders opened 5 years ago

harvinders commented 5 years ago

I'm submitting a...

Current behavior

The RadialGauge needle color does not change dynamically (when changing the system accent color from windows setting app whilst the app is running). However, the progress value color does change

Expected behavior

The needle color should also change whilst the app is running and someone change the accent color from the settings app.

Environment

Nuget Package(s): 
5.0.0
Package Version(s): 

Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [x] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Fall Creators Update (16299) -> min target
- [ ] 1903 -> target

Device form factor:
- [x] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [x] 2017 (version: )
- [ ] 2017 Preview (version: )
Kyaa-dost commented 3 years ago

@harvinder not certain if it's a bug or could be intended like this. Do you want to work on this and create a PR?