Hi Chris,
Thank you for the update.
Query 1: white line on the right hand side of the image.
Above issue is raised because of the layout framework. Default layout framework take value in “Integer” type while custom theme will be in “Double”. In order to overcome this , we should use “<Color x:Key="SfCalendarBackgroundColor">#344A62Color>”.
Query 2: Text colour in the calendar days - the weekend text colour is fine, but my issue is with the theme properties - to me SfCalendarWeekDayTextColor should be the same colour as SfCalendarWeekEndTextColor but isn't.
SfCalendarWeekDayTextColor is deprecated in Calender. In order to change the WeekDayTextColor you can use the key : “SfCalendarCurrentMonthTextColor” and “SfCalendarPreviousMonthTextColor”
Query 3: how to set the global values defined in my App.xaml to the Syncfusion calendar as I'm having to duplicate the values.
You can set the global values defined in my App.Xaml as given procedure below,
<Application.Resources>
<Color x:Key="SfCalendarBackgroundColor">#344A62Color>
<Color x:Key="SfCalendarCurrentMonthTextColor">#CCCCCCColor>
Application.Resources
We have attached the tested sample for your reference. Please find the sample from the following link,
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/CalendarQuerry-712188033
Regards,
SaiGanesh Sakthivel