How to use DynamicResource in XAML in Windows App SDK #3689
Unanswered
KishlayaSharma
asked this question in
Q&A
Replies: 1 comment
-
DynamicResource is for WPF, in winui 3 you should use staticResource or ThemeResource |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am getting errors when trying to use DynamicResource in XAML like
<Button Background="{DynamicResource ButtonExitBackgroundColor}" Content="Dynamically Styled"/>
I am trying to follow this tutorial [Link]
Beta Was this translation helpful? Give feedback.
All reactions