We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

sfschedule.appointmentstyle/appointmentstyle textsize property doesnt work

it doesnt work.

1 Reply

SP Subburaj Pandian Veluchamy Syncfusion Team August 9, 2017 09:34 AM UTC

Hi Kris, 
 
Thank you for contacting Syncfusion support. 
 
Your requirement of changing the appointment text size can be achieved using TextStyle property of AppointmentStyle in Schedule Xamarin Forms. Since TextSize property has been deprecated, please use TextStyle property of AppointmentStyle instead. Please refer the below code example, 
 
[c#] 
AppointmentStyle appointmentStyle = new AppointmentStyle();
appointmentStyle.TextStyle = Font.SystemFontOfSize(50);
schedule.AppointmentStyle = appointmentStyle; 
 
 
 
Please let us know, if you have any query. 
 
Regards.
Subburaj Pandian V 


Loader.
Live Chat Icon For mobile
Up arrow icon