I have a question about the recommended theming approach to use. I get the feeling that theming aspect of telerik controls has developed a little over the years, and there now appears to be a number of possible approaches, but it's not clear to me which is the best or recommended approach to take.
If we forget about the use of the StyleManager class, from what I can tell you can there are still a number of approaches
1- Link to the required Binaries, link to the theme DLL under the same location and specify a number of resource dictionaries in the format <ResourceDictionary Source="/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.xaml" />
2 - Link to the required NoXaml.Binaries, link to the theme DLL under NoXaml.Binaries as well and specify the resource dictionaries as above
3 - Link to the required Binaries, include the required XAML Themes from the Themes.implicit directory as PAge resources and specify the local resource dictionaries as <ResourceDictionary Source="Themes/System.Windows.xaml"/>
4 - Link to the required NoXAML.Binaries, include the required XAML Themes from the Themes.implicit directory as PAge resources and specify the local resource dictionaries as <ResourceDictionary Source="Themes/System.Windows.xaml"/>
What's the differences and which would be the best approach to take?
Cheers
If we forget about the use of the StyleManager class, from what I can tell you can there are still a number of approaches
1- Link to the required Binaries, link to the theme DLL under the same location and specify a number of resource dictionaries in the format <ResourceDictionary Source="/Telerik.Windows.Themes.Windows8;component/Themes/Telerik.Windows.Controls.xaml" />
2 - Link to the required NoXaml.Binaries, link to the theme DLL under NoXaml.Binaries as well and specify the resource dictionaries as above
3 - Link to the required Binaries, include the required XAML Themes from the Themes.implicit directory as PAge resources and specify the local resource dictionaries as <ResourceDictionary Source="Themes/System.Windows.xaml"/>
4 - Link to the required NoXAML.Binaries, include the required XAML Themes from the Themes.implicit directory as PAge resources and specify the local resource dictionaries as <ResourceDictionary Source="Themes/System.Windows.xaml"/>
What's the differences and which would be the best approach to take?
Cheers