e.FontColor doesn't work in ASP.NET DayPilotCalendar
Asked by Anonymous
8 years ago.
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")
DayPilot