ThemeManager.ApplicationTheme = new Office2013Theme();
This topic describes how to apply a theme to an application using Infragistics ThemeManager™.
The following topics are prerequisites to understanding this topic:
This topic contains the following sections:
Use the ThemeManager ApplicationTheme property to set a theme to an application.
The theme is applied to all controls in the application including the supported common Microsoft WPF controls.
The following table maps the desired configuration to the property settings that manage it.
The code below shows how to apply the Office2013 theme to an application:
In C#:
ThemeManager.ApplicationTheme = new Office2013Theme();
In Visual Basic:
ThemeManager.ApplicationTheme = New Office2013Theme()
The following topics provide additional information related to this topic.