Share via


CalendarView.TodayBlackoutBackground Property

Definition

Gets or sets a brush that provides the background of the current date when it can't be selected.

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

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

Property Value

A brush that provides the background of the current date when it can't be selected.

Applies to