When you change the theme in for instance msWord, the whole WindowBackground changes to the choosen theme.
How should this be done with Telerik...
I know you can use:
public Window1()
{
AppllicationTheme = new VistaTheme();
InitializeComponent();
}
But this only effects the RadControls.
How to change the WindowBackground?
Marinus
How should this be done with Telerik...
I know you can use:
public Window1()
{
AppllicationTheme = new VistaTheme();
InitializeComponent();
}
But this only effects the RadControls.
How to change the WindowBackground?
Marinus