-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RadialGradientBrush doesn't respond to the change of ThemeResource. #2733
Comments
No response from the community. ping @nmetulev @Odonno @IbraheemOsama |
This issue seems inactive. It will automatically be closed in 14 days if there is no activity. |
So maybe I should say something to keep it active? |
This issue seems inactive. It will automatically be closed in 14 days if there is no activity. |
@Berrysoft the RadialGradientBrush has been added to the most recent release of WinUI. Can you check their implementation out, I believe it should handle these scenarios. If not, can you open an issue on their repo. Thanks! |
I'm submitting a bug of RadialGradientBrush
I set the Color of the GradientStop of a RadialGradientBrush to a ThemeResource color like SystemAccentColor.
Current behavior
The color doesn't change after I change the system accent color.
Expected behavior
It should change correctly just like LinearGradientBrush.
Minimal reproduction of the problem with instructions
Run the app and change the system accent color. The rectangle changes correctly while the ellipse doesn't.
Environment
The text was updated successfully, but these errors were encountered: