CalendarView.TodayPressedBackground Property

Definition

Gets or sets a brush that provides the background of the current date when it is pressed.

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

Property Value

A brush that provides the background of the current date when it is pressed.

Applies to

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