Answers for "how to merge resource dictionary from within project wpf"

C#
0

wpf merge resource dictionary

<Page.Resources>
  <ResourceDictionary>
    <ResourceDictionary.MergedDictionaries>
      <ResourceDictionary Source="myresourcedictionary.xaml"/>
      <ResourceDictionary Source="myresourcedictionary2.xaml"/>
    </ResourceDictionary.MergedDictionaries>
  </ResourceDictionary>
</Page.Resources>
Posted by: Guest on September-16-2020

Code answers related to "how to merge resource dictionary from within project wpf"

C# Answers by Framework

Browse Popular Code Answers by Language