Idea: refactor ColorPageExample to use SolidBackgroundFillColorQuarternaryBrush by default #1593
Jay (Jay-o-Way)
started this conversation in
Ideas
Replies: 1 comment
|
Ping |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Every time ColorPageExample is used, the Background is defined, most often with SolidBackgroundFillColorQuarternaryBrush. I want to use this value as a default, so there is less need to define it for every single use. But the it also needs to accept a value - just like it does now - to be able to override it.
All reactions