CalendarView.TodayForeground Property

Definition

Gets or sets a brush that provides the foreground of the calendar item for the current date.

C#
public Brush TodayForeground { get; set; }
XAML
<CalendarView TodayForeground="{StaticResource resourceName}"/>
- or -
<CalendarView TodayForeground="colorString"/>
- or -
<CalendarView>
  CalendarView.TodayForeground>singleBrush</CalendarViewTodayForeground>
</CalendarView>

Property Value

A brush that provides the foreground of the calendar item for the current date.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6