How can we use ThemeResource
in markup extensions
#5018
Unanswered
HO-COOH
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, with the usual
FontIcon
, I can useBut using the
FontIconExtension
in the toolkit,, this gives me exceptionOutput:
I guess in order to support
ThemeResource
the property needs to be aDependencyProperty
, but the base classMarkupExtension
is not, so it's not possible this way?The gallery app should have mentioned this issue

Beta Was this translation helpful? Give feedback.
All reactions