This is a migrated thread and some comments may be shown as answers.

Using/Modifying Built-In Theme Colors in WPF

2 Answers 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Drew
Top achievements
Rank 1
Drew asked on 07 Nov 2012, 07:26 PM
Does anyone know where I can find some examples &/or resources on how to properly change colors for built-in themes?  I am trying to transition from using the Metro theme in which I had a singleton and could just access it and change the colors for the whole application.  To know I am trying to utilize the Windows8Touch theme and I no longer have access to something like: Windows8TouchColors.PaletteInstance.MainColor = Colors.Orange

2 Answers, 1 is accepted

Sort by
0
Drew
Top achievements
Rank 1
answered on 07 Nov 2012, 07:38 PM
Nevermind I found it:

Windows8TouchPalette.Palette.MainColor = Colors.Orange;
0
Igor
Top achievements
Rank 1
answered on 22 Jan 2013, 09:50 AM
thank you!
Tags
General Discussions
Asked by
Drew
Top achievements
Rank 1
Answers by
Drew
Top achievements
Rank 1
Igor
Top achievements
Rank 1
Share this question
or