Share via


CalendarView.TodayHoverBackground 屬性

定義

取得或設定筆刷,這個筆刷會在游標位於該筆刷上方時,提供目前日期的背景。

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

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

屬性值

筆刷,提供游標位於其上方時目前日期的背景。

適用於