CalendarView.IsOutOfScopeEnabled 属性

定义

获取或设置一个值,该值指示是否使用唯一的前景色显示范围外日历项。

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

适用于