This question is locked. New answers and comments are not allowed.
As per your example on setting an application wide style (just before InitializeComponent is called in MainPage) :
If we implement this method of styling our application, are we limited to only the given styles?
Telerik.Windows.Controls.StyleManager.ApplicationTheme =
new
Telerik.Windows.Controls.Windows7Theme();
If we implement this method of styling our application, are we limited to only the given styles?