Share via


CalendarView.TodayForeground 속성

정의

현재 날짜에 대한 달력 항목의 전경을 제공하는 브러시를 가져오거나 설정합니다.

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>

속성 값

현재 날짜에 대한 달력 항목의 전경을 제공하는 브러시입니다.

적용 대상