Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Themes
posted

I just want to set the Theme one time for the entire application and not have to worry about setting it on individual controls.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

UserControl.Resources>
  <ResourceDictionary>
   
<ResourceDictionary.MergedDictionaries>
      <igThemes:PrimitivesOffice2k7Black/>
      <igThemes:DataPresenterOffice2k7Black/>
      <igThemes:EditorsOffice2k7Black/>
      <igThemes:DockManagerOffice2k7Black/>
      <igThemes:OutlookBarOffice2k7Black/>
      <igThemes:DataPresenterOffice2k7BlackBrushes/>
      <igThemes:EditorsOffice2k7BlackBrushes/>
      <igThemes:DockManagerOffice2k7BlackBrushes/>
      <igThemes:OutlookBarOffice2k7BlackBrushes/>
    </ResourceDictionary.MergedDictionaries>
  </ResourceDictionary>
</UserControl.Resources>

This isn't style all of the controls... for instance XamTabControl doesnt get styled.

What am I missing? This looks to be all the components of a theme.