Replies: 1 comment 4 replies
-
You can read Application.Current.Resources In C# :
I cannot test in C++, but if I ask the translation to ChatGPT, it gives me (not always 100% correct...) :
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In XAML, I can style a Line with
Stroke="{ThemeResource SystemControlForegroundBaseMediumLowBrush}"
. If I am composing a Line in C++ code, how would I accomplish the same thing?As in
line.Stroke(-- what goes here? --);
Beta Was this translation helpful? Give feedback.
All reactions