CalendarView.BlackoutForeground プロパティ

定義

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

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

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

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください