e.FontColor doesn't work in ASP.NET DayPilotCalendar

Asked by Anonymous
8 years ago.

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")

Comment posted by Anonymous
8 years ago.

Thanks for the fix.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.