CalendarView.BlackoutBackground プロパティ

定義

選択できない日付の背景を提供するブラシを取得または設定します。

public:
 property Brush ^ BlackoutBackground { Brush ^ get(); void set(Brush ^ value); };
Brush BlackoutBackground();

void BlackoutBackground(Brush value);
public Brush BlackoutBackground { get; set; }
var brush = calendarView.blackoutBackground;
calendarView.blackoutBackground = brush;
Public Property BlackoutBackground As Brush
<CalendarView BlackoutBackground="{StaticResource resourceName}"/>
- or -
<CalendarView BlackoutBackground="colorString"/>
- or -
<CalendarView>
  CalendarView.BlackoutBackground>singleBrush</CalendarView.BlackoutBackground>
</CalendarView>

プロパティ値

選択できない日付の背景を提供するブラシ。

Windows の要件

デバイス ファミリ
Windows 11 (10.0.22000.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v14.0 で導入)

注釈

日付を選択不可としてマークするには、 CalendarViewDayItem.IsBlackout プロパティを に true設定します。 詳細については、「 予定表の日アイテムの更新」を参照してください。

適用対象

こちらもご覧ください