[C#]
<syncfusion:SfCalendar x:Name="calendar" >
<syncfusion:SfCalendar.MonthViewSettings>
<syncfusion:MonthViewSettings DateSelectionColor="Red" SelectionShape="Circle" />
</syncfusion:SfCalendar.MonthViewSettings>
</syncfusion:SfCalendar>
|
Hi Carter,Thank you for contacting Syncfusion support.Based on the provided information, we have analyzed your requirement is “To set hover color for cell and border along with shape” in Xamarin.Form. The cell hover color and shape can be achieved by using the DateSelectionColor and SelectionShape property in MonthViewSettings of SfCalendar. Unfortunately, there is no support to change the HoverBorderColor.Please refer the following code example for the same,
[C#]<syncfusion:SfCalendar x:Name="calendar" ><syncfusion:SfCalendar.MonthViewSettings><syncfusion:MonthViewSettings DateSelectionColor="Red" SelectionShape="Circle" /></syncfusion:SfCalendar.MonthViewSettings></syncfusion:SfCalendar>You can also refer our online user guide documentation regarding the customization of MonthView by the following link,We hope this helps. Please let us know, if need any further assistance.Regards,
Ajith.
BackColor, ForeColor, and BorderColor of each date cells in the calendar can be customized. Date cells in the calendar control can be customized by the following style properties: