[]
        
(Showing Draft Content)

C1.WPF.C1Window.ThemeResources

ThemeResources Property

ThemeResources

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 .

Declaration
public static ResourceDictionary ThemeResources { get; set; }
Examples

C1Window.ThemeResources = myTheme.GetNewResourceDictionary();