It seems simple, but I couldn't figure it out
Looking at the sample, none of them cover the background of today
SfCalendar calendar = new SfCalendar();
YearViewSettings yearViewSettings = new YearViewSettings();
yearViewSettings.BackgroundColor = Color.FromHex("#ffe4b5");
yearViewSettings.DateTextColor = Color.FromHex("#E6E6FA");
yearViewSettings.HeaderBackground = Color.FromHex("#8B4513");
yearViewSettings.YearHeaderTextColor = Color.FromHex("#FFFFFF");
calendar.YearViewSettings = yearViewSettings;
this.Content = calendar;
A