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.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public static ResourceDictionary ThemeResources { get; set; } |
Visual Basic |
---|
Public Shared Property ThemeResources As ResourceDictionary Get Set |
Examples
C1Window.ThemeResources = myTheme.GetNewResourceDictionary();