闲置动画:跳绳
@ -293,7 +293,11 @@ public class ScheduleTask
|
||||
return Task.ScheduleItems[Task.NowIndex] == this;
|
||||
}
|
||||
}
|
||||
public Visibility IsNowVisibility => IsNow ? Visibility.Visible : Visibility.Collapsed;
|
||||
public Visibility IsNowVisibility
|
||||
{
|
||||
get => IsNow ? Visibility.Visible : Visibility.Collapsed;
|
||||
set { }
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// 工作日程表日程
|
||||
@ -347,7 +351,11 @@ public class ScheduleTask
|
||||
set { }
|
||||
}
|
||||
|
||||
public Visibility IsOKVisibility => (Task.PackageWork?.IsActive() != true || Task.PackageWork.Level < Work.LevelLimit) ? Visibility.Visible : Visibility.Collapsed;
|
||||
public Visibility IsOKVisibility
|
||||
{
|
||||
get => (Task.PackageWork?.IsActive() != true || Task.PackageWork.Level < Work.LevelLimit) ? Visibility.Visible : Visibility.Collapsed;
|
||||
set { }
|
||||
}
|
||||
|
||||
public bool IsPreviousIsRest { get => _isPreviousIsRest; set => Set(ref _isPreviousIsRest, value); }
|
||||
private bool _isPreviousIsRest;
|
||||
|
After Width: | Height: | Size: 222 KiB |
After Width: | Height: | Size: 223 KiB |
After Width: | Height: | Size: 226 KiB |
After Width: | Height: | Size: 202 KiB |
After Width: | Height: | Size: 216 KiB |
After Width: | Height: | Size: 205 KiB |
After Width: | Height: | Size: 232 KiB |
After Width: | Height: | Size: 261 KiB |
After Width: | Height: | Size: 248 KiB |
After Width: | Height: | Size: 256 KiB |
After Width: | Height: | Size: 239 KiB |
After Width: | Height: | Size: 250 KiB |
After Width: | Height: | Size: 261 KiB |
After Width: | Height: | Size: 248 KiB |
After Width: | Height: | Size: 256 KiB |
After Width: | Height: | Size: 232 KiB |
After Width: | Height: | Size: 239 KiB |
After Width: | Height: | Size: 249 KiB |
After Width: | Height: | Size: 259 KiB |
After Width: | Height: | Size: 201 KiB |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 240 KiB |
After Width: | Height: | Size: 239 KiB |