Bagikan melalui


CalendarView.TodayForeground Properti

Definisi

Mendapatkan atau mengatur kuas yang menyediakan latar depan item kalender untuk tanggal saat ini.

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

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

Nilai Properti

Kuas yang menyediakan latar depan item kalender untuk tanggal saat ini.

Berlaku untuk