Compartir a través de


CalendarView.SelectedHoverForeground Propiedad

Definición

Obtiene o establece un pincel que proporciona el primer plano de un elemento de calendario seleccionado que el cursor está sobre.

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

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

Valor de propiedad

Pincel que proporciona el primer plano de un elemento de calendario seleccionado sobre el que está el cursor.

Se aplica a