From 7e8f79ac6ff8bd9ddbe24671010dde8fd7ac0b2a Mon Sep 17 00:00:00 2001 From: Vitaliy Semianiaka Date: Fri, 19 May 2017 20:56:28 +0300 Subject: [PATCH] Update apply-themes.md --- docs/help/apply-themes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/help/apply-themes.md b/docs/help/apply-themes.md index d36931e..b21555b 100644 --- a/docs/help/apply-themes.md +++ b/docs/help/apply-themes.md @@ -18,5 +18,18 @@ Change by static property ThemeManager.CurrentTheme = ColorThemes.Classic; ``` +# Change themes by ResourceDictionary + +Also you can change theme by adding resource dictionary after generic.xaml. Use one of them: +```xml + +or + +or + +or + +``` + ## NOTE It is recommended use `Background="{DynamicResource WindowBackgroundBrush}"` for Window markup