-
-
Notifications
You must be signed in to change notification settings - Fork 520
Screenshots
Bastian Schmidt edited this page Jul 22, 2017
·
5 revisions
Add the styles in your App.xaml:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Fluent;Component/Themes/Generic.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>