CalendarView.CalendarItemPressedBackground Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a brush that provides the background of a calendar item that is pressed.
public:
property Brush ^ CalendarItemPressedBackground { Brush ^ get(); void set(Brush ^ value); };
Brush CalendarItemPressedBackground();
void CalendarItemPressedBackground(Brush value);
public Brush CalendarItemPressedBackground { get; set; }
var brush = calendarView.calendarItemPressedBackground;
calendarView.calendarItemPressedBackground = brush;
Public Property CalendarItemPressedBackground As Brush
<CalendarView CalendarItemPressedBackground="{StaticResource resourceName}"/>
- or -
<CalendarView CalendarItemPressedBackground="colorString"/>
- or -
<CalendarView>
CalendarView.CalendarItemPressedBackground>singleBrush</CalendarView.CalendarItemPressedBackground>
</CalendarView>
Property Value
A brush that provides the background of a calendar item that is pressed.