CalendarView.OutOfScopeBackground 属性

定义

获取或设置一个画笔,该画笔提供范围外日期的背景。

public:
 property Brush ^ OutOfScopeBackground { Brush ^ get(); void set(Brush ^ value); };
Brush OutOfScopeBackground();

void OutOfScopeBackground(Brush value);
public Brush OutOfScopeBackground { get; set; }
var brush = calendarView.outOfScopeBackground;
calendarView.outOfScopeBackground = brush;
Public Property OutOfScopeBackground As Brush
<CalendarView OutOfScopeBackground="{StaticResource resourceName}"/>
- or -
<CalendarView OutOfScopeBackground="colorString"/>
- or -
<CalendarView>
  CalendarView.OutOfScopeBackground>singleBrush</CalendarView.OutOfScopeBackground>
</CalendarView>

属性值

提供范围外日期背景的画笔。

适用于