-
-
Notifications
You must be signed in to change notification settings - Fork 957
Theme based images #1659
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp_wantedExtra attention is neededExtra attention is neededstylesTopic is related to stylesTopic is related to stylesthemesTopic is related to managing themesTopic is related to managing themes
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp_wantedExtra attention is neededExtra attention is neededstylesTopic is related to stylesTopic is related to stylesthemesTopic is related to managing themesTopic is related to managing themes
Is your feature request related to a problem? Please describe
I have a company logo that is not visible using the dark theme. Is it possible to change the image based on which theme is used?
Describe the solution you'd like
Ideal usage would be something like...
<Image Style="{ThemedResource CompanyLogo}" Width="200" HorizontalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality"/>Describe alternatives you've considered
I have tried implementing something using resource dictionaries, but I wasn't able to get it to work.
Additional context
No response