0% found this document useful (0 votes)
535 views2 pages

Mah Apps

To change the color scheme of the MahApps Metro theme, simply load a different color resource file, such as changing from the blue file to the red file. You can also programmatically change the theme using the ThemeManager.ChangeTheme() method after loading all color resource files.

Uploaded by

Agaeiouawe
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
535 views2 pages

Mah Apps

To change the color scheme of the MahApps Metro theme, simply load a different color resource file, such as changing from the blue file to the red file. You can also programmatically change the theme using the ThemeManager.ChangeTheme() method after loading all color resource files.

Uploaded by

Agaeiouawe
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Changing The MahApps Metro Theme If you want to change the default colour scheme, just change which

colour resour ce files is loaded. from Blue: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Blue.xaml" /> to Red: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Red.xaml" /> You can also change programatically (once you've loaded every colour resource fi le) using ThemeManager.ChangeTheme(). Changing The MahApps Metro Theme If you want to change the default colour scheme, just change which colour resour ce files is loaded. from Blue: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Blue.xaml" /> to Red: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Red.xaml" /> You can also change programatically (once you've loaded every colour resource fi le) using ThemeManager.ChangeTheme(). Changing The MahApps Metro Theme If you want to change the default colour scheme, just change which colour resour ce files is loaded. from Blue: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Blue.xaml" /> to Red: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Red.xaml" /> You can also change programatically (once you've loaded every colour resource fi le) using ThemeManager.ChangeTheme(). Changing The MahApps Metro Theme If you want to change the default colour scheme, just change which colour resour ce files is loaded. from Blue:

<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Blue.xaml" /> to Red: <ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/S tyles/Accents/Red.xaml" /> You can also change programatically (once you've loaded every colour resource fi le) using ThemeManager.ChangeTheme().

You might also like