CalendarView.TodayForeground Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un pennello che fornisce il primo piano dell'elemento del calendario per la data corrente.
public:
property Brush ^ TodayForeground { Brush ^ get(); void set(Brush ^ value); };
Brush TodayForeground();
void TodayForeground(Brush value);
public Brush TodayForeground { get; set; }
var brush = calendarView.todayForeground;
calendarView.todayForeground = brush;
Public Property TodayForeground As Brush
<CalendarView TodayForeground="{StaticResource resourceName}"/>
- or -
<CalendarView TodayForeground="colorString"/>
- or -
<CalendarView>
CalendarView.TodayForeground>singleBrush</CalendarViewTodayForeground>
</CalendarView>
Valore della proprietà
Pennello che fornisce il primo piano dell'elemento del calendario per la data corrente.