CalendarView.BlackoutForeground Proprietà

Definizione

Ottiene o imposta un pennello che fornisce il primo piano di una data che non può essere selezionata.

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

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

Valore della proprietà

Pennello che fornisce il primo piano di una data che non può essere selezionata.

Commenti

Per contrassegnare una data non selezionabile, impostare la proprietà CalendarViewDayItem.IsBlackout su true. Per altre informazioni, vedere Aggiornamento degli elementi del giorno del calendario.

Si applica a

Vedi anche