CalendarView.OutOfScopeForeground 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个画笔,该画笔提供当前范围之外的日历项的前景 (月、年或十) 。
public:
property Brush ^ OutOfScopeForeground { Brush ^ get(); void set(Brush ^ value); };
Brush OutOfScopeForeground();
void OutOfScopeForeground(Brush value);
public Brush OutOfScopeForeground { get; set; }
var brush = calendarView.outOfScopeForeground;
calendarView.outOfScopeForeground = brush;
Public Property OutOfScopeForeground As Brush
<CalendarView OutOfScopeForeground="{StaticResource resourceName}"/>
- or -
<CalendarView OutOfScopeForeground="colorString"/>
- or -
<CalendarView>
CalendarView.OutOfScopeForeground>singleBrush</CalendarView.OutOfScopeForeground>
</CalendarView>
属性值
提供当前范围之外的日历项的前景的画笔。