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
40
Xamtabcontrol: Resource washer to personalize the Metro theme?
posted

Hi,

I want the XamTabcontrol Metro - theme, but in Red instead of Blue, by using the resourcewasher. For the XamTileManager i was able to do it by adding the Metro.XamTileManager and Resourcewasher to the merged dictionaries and specifying a Washmode = "HueSaturationReplacement" WashColor = "Red" 

For the xamtabcontrol the theme had to be specified by using the attribute Theme ="METRO". Adding a ResourceWasher to the merged dictionaries does not solve my problem, because i cannot specify the source of the Metro-theme for the XamTabControl.

Is there a simple way to just change the color of the metrotheme for XamTabcontrol ?