Compartilhar via


CalendarView.TodayHoverBackground Propriedade

Definição

Obtém ou define um pincel que fornece a tela de fundo da data atual quando o cursor está sobre ele.

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>

Valor da propriedade

Um pincel que fornece a tela de fundo da data atual quando o cursor está sobre ele.

Aplica-se a