Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
The easiest way to set the theme for an application is to drop on a DefaultApplicationTheme control and set it there. This is just a pass through tot he ApplicationTheme class, but makes it easier to implement in the application.
You must be using StrataFrame theme supported controls in order to see the theme reflected in the application. If you look at the ApplicationTheme sample or the StrataFlix sample, they both show how to implement themes.
|