Compartilhar via


CalendarView.TodayDisabledBackground Propriedade

Definição

Obtém ou define um pincel que fornece a tela de fundo da data atual quando ela está desabilitada.

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

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

Valor da propriedade

Um pincel que fornece a tela de fundo da data atual quando ela está desabilitada.

Aplica-se a