Scheduler for WPF
DefaultThemeKey フィールド (CalendarBase)
使用例 

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > CalendarBase クラス : DefaultThemeKey フィールド
カレンダーコントロールで定義されたデフォルトテーマを参照する System.Windows.ComponentResourceKeyを取得します。
シンタックス
'宣言
 
Public Shared ReadOnly DefaultThemeKey As System.Windows.ComponentResourceKey
public static readonly System.Windows.ComponentResourceKey DefaultThemeKey
使用例
<Application.Resources>
	<ResourceDictionary>
		<ResourceDictionary x:Key="{x:Static c1sched:CalendarBase.DefaultThemeKey}"
      Source="/C1.WPF.Schedule;component/themes/CalendarThemes/Vista/Vista.xaml" />
	</ResourceDictionary>
</Application.Resources>
解説
この読み取り専用で静的なフィールドを XAML に使用するために、フィールドの静的な値を他のプロパティへ割り当てることができます。このフィールドの値は、デフォルトテーマを参照する System.Windows.ComponentResourceKeyを定義します。このテーマを再定義するために、x:Static マークアップ拡張を使用して DefaultThemeKeyを参照し、その値を新しい System.Windows.ResourceDictionaryオブジェクトの x:Key 属性として割り当てます。カレンダーコントロールのテーマを再定義する System.Windows.ResourceDictionaryの x:Key 属性として、このフィールドを XAML で使用されることができます。
参照

CalendarBase クラス
CalendarBase メンバ