DockControl for WPF
ThemeResources プロパティ

C1.WPF.Docking アセンブリ > C1.WPF.Docking 名前空間 > C1Window クラス : ThemeResources プロパティ
C1Window に適用される ResourceDictionary。 通常は、アプリケーションのいずれかの場所で使用される C1Theme のコピーと組み合わせて使用されます。 テーマは、親を持たない 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 メンバ