Partager via


CalendarView.TodayDisabledBackground Propriété

Définition

Obtient ou définit un pinceau qui fournit l’arrière-plan de la date actuelle lorsqu’elle est désactivée.

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>

Valeur de propriété

Pinceau qui fournit l’arrière-plan de la date actuelle lorsqu’elle est désactivée.

S’applique à