Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Setting theme in WPF Application

$
0
0

Hi,

I am trying to make UI of my WPF project better by adding themes. I downloaded the themes using Nuget Manager, and added one of them in the following manner in :

<ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionarySource="Themes/BureauBlack.xaml"/>
        </ResourceDictionary.MergedDictionaries>
</ResourceDictionary>

But when I run the project, there is not change in the look. Adding screenshot of wpf after adding theme.

The project is a vsix, in that I have added wpf.


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>