CalendarView.IsOutOfScopeEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否使用唯一的前景色显示范围外日历项。
public:
property bool IsOutOfScopeEnabled { bool get(); void set(bool value); };
bool IsOutOfScopeEnabled();
void IsOutOfScopeEnabled(bool value);
public bool IsOutOfScopeEnabled { get; set; }
var boolean = calendarView.isOutOfScopeEnabled;
calendarView.isOutOfScopeEnabled = boolean;
Public Property IsOutOfScopeEnabled As Boolean
<CalendarView IsOutOfScopeEnabled="bool" .../>
属性值
Boolean
bool
如果以唯一颜色显示范围外日历项,则为 true;如果它们与作用域内项的颜色相同,则为 false。 默认值为 true。