Replies: 2 comments
-
The missing code..First time at this |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everybody.
I am new to win ui and I was used to visual studio c# designer Windows forms. Now I am attempting to program in C# for win iu 3 on visual studio Community 2022.
I have managed to override the behaviour of pointerover on buttons. I want that all my buttons (and new one in the project) to have a determined color depending on the windows theme selected previously, Light, Dark,... but the following code doesn't change any colors on the button (no style on the buttons), only the pointer over change of colors works..
(this code is in App.xaml)
<ResourceDictionary.ThemeDictionaries>
</ResourceDictionary.ThemeDictionaries>
Any suggestions?
Can I find a list of the x:keys used or defined in the dictionary ThemeDictionaries?
Beta Was this translation helpful? Give feedback.
All reactions