ResourceDictionary that is applied to the C1Window.
Typically used with a copy of a C1Theme used somewhere in the app
because in Silverlight, themes are not propagated automatically
through un-parented Popup .
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public static ResourceDictionary ThemeResources { get; set; } |
| Visual Basic |
|---|
Public Shared Property ThemeResources As ResourceDictionary Get Set |
Examples
C1Window.ThemeResources = myTheme.GetNewResourceDictionary();