|
by via Jesse Liberty - Silverlight Geek on 10/31/2008 5:15:02 AM
In a recent post on theming using the new Themes from the Controls Toolkit I showed that you can add a theme to your Xaml and then add a container as the content of that theme. A powerful alternative is to use the ImplicitStyleManager to apply the theme to a single control or, more commonly, to a container (for example, a grid) and all its controls. To do so, you'll want to provide the Silverlight URI to the .xaml file that defines the theme, which you can copy straight from the source code
... [ read more ]
|
|