다음을 통해 공유


CalendarView.CalendarItemHoverBackground 속성

정의

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

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

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

속성 값

커서가 끝난 일정 항목의 배경을 제공하는 브러시입니다.

적용 대상