Scheduler for WPF
色のプロパティ
C1Calendar コントロールの使い方 > C1Calendar の外観 > C1Calendar のプロパティ > 色のプロパティ

以下のプロパティを使用すると、前後の月の日、曜日、月ヘッダー、選択中の日、週末、現在の日付など、カレンダーコントロールの月領域や月ヘッダーの各部で使用する色をカスタマイズできます。さらに、コントロール自体の前景と背景の色プロパティもあります。

プロパティ 説明
AdjacentMonthDayBrush 前後の月の日の表示に使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
Background コントロールの背景を描画するブラシを取得または設定します。これは依存プロパティです。
DaysOfWeekBorderBrush 曜日に下線を引くために使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
Foreground 前景色を描画するブラシを取得または設定します。これは依存プロパティです。
MonthHeaderBackground 月ヘッダーに色を付けるために使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
MonthHeaderForeground 月ヘッダーのテキストに色を付けるために使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
NavigationButtonBrush ナビゲーションボタンに色を付けるために使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
SelectedDayBrush 選択中の日付の強調表示に使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
TodayBrush 現在の日付の強調表示に使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。
WeekendBrush 週末の表示に使用する Brush オブジェクトを取得または設定します。これは依存プロパティです。

プロパティ
AdjacentMonthDayBrush
Background
DaysOfWeekBorderBrush
Foreground このプロパティは、勤務日(月曜日から金曜日)の曜日の省略形と日付に影響します。
MonthHeaderBackground このプロパティは、月ヘッダーの背景色に影響します。
MonthHeaderForeground このプロパティは、月ヘッダーに表示される年と月名に影響します。
NavigationButtonBrush
SelectedDayBrush
TodayBrush

WeekendBrush
Note: C1Calendar is a part of C1.WPF.Schedule.4.5.2 assembly only so it can be used directly without using any other assembly. However, it is not a part of the C1.WPF.Scheduler (.NET 6) assembly. Therefore, in order to use C1Calendar with the Scheduler control for .NET 6, you need to use the C1.WPF.Calendar assembly.