Table of Contents

ILessonControlSettings 接口

命名空间
ClassIsland.Shared.Abstraction.Models
程序集
ClassIsland.Shared.dll

课程显示设置接口

public interface ILessonControlSettings : INotifyPropertyChanged
继承成员

属性

CountdownSeconds

时间点结束倒计时时长

int CountdownSeconds { get; set; }

属性值

int

ExtraInfo4ShowSecondsSeconds

时间点剩余时间精确到秒时长

int ExtraInfo4ShowSecondsSeconds { get; set; }

属性值

int

ExtraInfoType

时间点附加信息类型

int ExtraInfoType { get; set; }

属性值

int

IsCountdownEnabled

是否启用时间点结束倒计时

bool IsCountdownEnabled { get; set; }

属性值

bool

IsNonExactCountdownEnabled

是否启用模糊倒计时

bool IsNonExactCountdownEnabled { get; set; }

属性值

bool

ScheduleSpacing

课程表文字间距

double ScheduleSpacing { get; set; }

属性值

double

ShowCurrentLessonOnlyOnClass

是否在上课时仅显示当前课程

bool ShowCurrentLessonOnlyOnClass { get; set; }

属性值

bool

ShowExtraInfoOnTimePoint

是否在当前时间点上显示附加信息

bool ShowExtraInfoOnTimePoint { get; set; }

属性值

bool