From 5d9786dad057c2202f92dd8a2e3b59fe2d15a414 Mon Sep 17 00:00:00 2001 From: "Pavel R. Pavlov" Date: Wed, 11 May 2016 13:45:51 +0300 Subject: [PATCH] TNB style improve --- common/teleriknamedbrushes.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common/teleriknamedbrushes.md b/common/teleriknamedbrushes.md index b53e1c2..4ac0eb9 100644 --- a/common/teleriknamedbrushes.md +++ b/common/teleriknamedbrushes.md @@ -14,12 +14,16 @@ position: 2 # UserThemeResources extension -The **UserThemeReources** class is a markup extension provided by Telerik. It is designed to allow developers to easily override the default resources used in the default themes. It exposes two static properties: +The **UserThemeReources** class is a markup extension provided by Telerik. It is designed to allow developers to easily override the default resources used in the default themes. This class exposes two static properties: - **DarkResourcePath** (string): Gets or sets the Uri path to the resource dictionary containing theme resource definitions for the Dark theme. If no value is set, the default Dark theme will be used. - **LightResourcesPath** (string): Gets or sets the Uri path to the resource dictionary containing theme resource definitions for the Light theme. If no value is set, the default Light theme will be used. -This markup extension is also used as custom resource loader. Meaning that the Telerik Named Brushes will be available in an application **only** after instantiating this extension. In order developers to use the predefined resources throughout the entire application it is recommended this extension to be used in the **App.xaml** file. Here is an example how this can be done: +This markup extension is also used as custom resource loader. Meaning that + +>Telerik Named Brushes will be available in an application **only** after instantiating this extension. + +In order developers to use the predefined resources throughout the entire application it is recommended this extension to be used in the **App.xaml** file. Here is an example how this can be done: