search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

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

Asked by Anonymous
6 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")

Answer posted by Dan Letecky [DayPilot]
6 years ago.

This issue should be fixed now in the latest sandbox build (2018.2.3649):

https://aspnet.daypilot.org/sandbox/

Comment posted by Anonymous
6 years ago.

Thanks for the fix.

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