Basic Library for WPF/Silverlight
ThemeResources プロパティ (C1Window)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1Window クラス : ThemeResources プロパティ
C1Windowに適用される ResourceDictionary。通常は、アプリケーションの何らかの場所で使用される C1Theme のコピーと組み合わせて使用されます。Silverlight では、親が指定されていない System.Windows.Controls.Primitives.Popupまでテーマが自動的に伝搬されないためです。
シンタックス
'宣言
 
Public Shared Property ThemeResources As System.Windows.ResourceDictionary
public static System.Windows.ResourceDictionary ThemeResources {get; set;}
使用例
C1Window.ThemeResources = myTheme.GetNewResourceDictionary();
参照

C1Window クラス
C1Window メンバ