ILessonControlSettings 接口
- 程序集
- ClassIsland.Shared.dll
课程显示设置接口
public interface ILessonControlSettings : INotifyPropertyChanged
- 继承成员
属性
CountdownSeconds
时间点结束倒计时时长
int CountdownSeconds { get; set; }
属性值
ExtraInfo4ShowSecondsSeconds
时间点剩余时间精确到秒时长
int ExtraInfo4ShowSecondsSeconds { get; set; }
属性值
ExtraInfoType
时间点附加信息类型
int ExtraInfoType { get; set; }
属性值
IsCountdownEnabled
是否启用时间点结束倒计时
bool IsCountdownEnabled { get; set; }
属性值
IsNonExactCountdownEnabled
是否启用模糊倒计时
bool IsNonExactCountdownEnabled { get; set; }
属性值
ScheduleSpacing
课程表文字间距
double ScheduleSpacing { get; set; }
属性值
ShowCurrentLessonOnlyOnClass
是否在上课时仅显示当前课程
bool ShowCurrentLessonOnlyOnClass { get; set; }
属性值
ShowExtraInfoOnTimePoint
是否在当前时间点上显示附加信息
bool ShowExtraInfoOnTimePoint { get; set; }