CalendarView.CalendarItemPressedBackground 属性

定义

获取或设置一个画笔,该画笔提供按下的日历项的背景。

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>

属性值

提供按下的日历项的背景的画笔。

适用于