Condividi tramite


CalendarView.OutOfScopeHoverForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di un elemento di calendario esterno all'ambito su cui si trova il cursore.

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>

Valore della proprietà

Pennello che fornisce il primo piano di un elemento di calendario esterno all'ambito su cui si trova il cursore.

Si applica a