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

Blue theme

1 Answer 57 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
ss
Top achievements
Rank 1
ss asked on 05 Nov 2010, 09:48 AM

Hello,

Telerik editor demo use blue theme of RadRitchTextBoxRibbonUi. I would like to use blue theme too but default theme is black. Can you please help me how to switch to blue theme?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 09 Nov 2010, 10:55 AM
Hello ss,

You  can set the Theme in XAML as follows:

<telerik:RadRichTextBoxRibbonUI telerik:StyleManager.Theme="Office_Blue" />
or in code-behind like shown in the demo:
StyleManager.ApplicationTheme = new Office_BlueTheme();

 Note that you also have to add a reference to Telerik.Windows.Themes.Office_Blue in order to make that work.

Kind regards,
Iva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
RichTextBox
Asked by
ss
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or