Share via


CalendarView.BlackoutForeground 속성

정의

선택할 수 없는 날짜의 전경을 제공하는 브러시를 가져오거나 설정합니다.

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

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

속성 값

선택할 수 없는 날짜의 전경을 제공하는 브러시입니다.

설명

날짜를 선택할 수 없음으로 표시하려면 CalendarViewDayItem.IsBlackout 속성을 로 true설정합니다. 자세한 내용은 달력 일 항목 업데이트를 참조하세요.

적용 대상

추가 정보