Share via


CalendarView.OutOfScopeHoverForeground Propriété

Définition

Obtient ou définit un pinceau qui fournit le premier plan d’un élément de calendrier hors de l’étendue sur lequel le curseur est placé.

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

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

Valeur de propriété

Pinceau qui fournit le premier plan d’un élément de calendrier hors portée sur lequel le curseur est placé.

Configuration requise pour Windows

Famille d’appareils
Windows 11 (introduit dans 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v14.0)

S’applique à