Hi Gianpaolo,
From the provided description of your scenario it seems that you do not have App.xaml. If that is the case what we could suggest is to load the Style dynamically to RadWindow as shown below:
Please, give it a try and let us know if that worked for you or we should thing of another approach.
Hope this helps.
Regards,
Nasko
Telerik
From the provided description of your scenario it seems that you do not have App.xaml. If that is the case what we could suggest is to load the Style dynamically to RadWindow as shown below:
<
telerik:RadWindow
x:Class
=
"RadWindowAsMainWindow.MainWindow"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
Style
=
"{DynamicResource RadWindowStyle}"
Header
=
"MainWindow"
Height
=
"350"
Width
=
"525"
>
...
</
telerik:RadWindow
>
Please, give it a try and let us know if that worked for you or we should thing of another approach.
Hope this helps.
Regards,
Nasko
Telerik
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 Feedback Portal
and vote to affect the priority of the items