Share via


CalendarView.CalendarItemForeground 속성

정의

일정 항목의 전경을 제공하는 브러시를 가져오거나 설정합니다.

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

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

속성 값

일정 항목의 전경을 제공하는 브러시입니다.

적용 대상