For image export: If MyControl.IsExport Then ..... e.BackgroundColor = _MyBackgroundColorString e.FontColor = _MyFontColorString ..... Else ..... End If
Works fine in DayPilotMonth but not in DayPilotCalendar (Font is always "black")
This issue should be fixed now in the latest sandbox build (2018.2.3649):
https://aspnet.daypilot.org/sandbox/
Thanks for the fix.