WPF options classic theme

Posted by ProgrammerAtWork on Stack Overflow See other posts from Stack Overflow or by ProgrammerAtWork
Published on 2012-10-31T10:50:46Z Indexed on 2012/10/31 11:00 UTC
Read the original article Hit count: 121

Filed under:
|
|

I have the following resources XML in my grid:

<Grid.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="/PresentationFramework.Classic;component/themes/classic.xaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Grid.Resources>

And this works, I load in the classic theme. But the classic theme button backgrounds are very white? Is there any way I can change the default background color of buttons in this theme?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf