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