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

Apply Non-Telerik Silverlight Theme On Telerik Control

1 Answer 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chafik
Top achievements
Rank 1
Chafik asked on 07 Mar 2011, 04:15 PM
Hello ,
I want to use Microsoft Silverlight theme in my Silverlight application
theme found in this link : SL Themes

i tried to modify style Xaml file and write style for telerik RadButton , but nothing hapend
  <Style TargetType="telerik:RadButton" x:Key="DefaultRadButtonStyle">
    ...
             <Setter.Value>
                <ControlTemplate TargetType="telerik:RadButton">
...

so how can i apply style on Telerik Controls ????

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 10 Mar 2011, 09:38 AM
Hi Chafik,

You cannot apply theme created for Microsoft Silverlight controls to Telerik controls. All Styles and ControlTemplates have TargetType property that specify on which element could be applied this style.
In Microsoft theme there are no styles for Telerik controls.

Kind regards,
Hristo
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Chafik
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or