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
close icon

letter size

How change the size of the letter .
Since I'm testing it on a samsung s5 mini and it does not look good lyrics
Help me please

Attachment: Screenshot_20170703184937_952eec69.rar

4 Replies

RO roberto July 4, 2017 01:04 AM UTC

I'm using the weekly view



SP Sivakumar Punniya Moorthi Syncfusion Team July 4, 2017 02:01 PM UTC

Hi Roberto, 
  
Thanks for using Syncfusion products. 
  
We can able to customize the text size of schedule header, view header and schedule appointment. Please refer the below UG Link for customization details, 
  
Header customization: 
  
View Header customization: 
  
Schedule Appointment customization: 
  
TimeTextCustomization: 
  
Please let us know, if you have any query. 
  
Regards, 
Sivakumar P 



RO roberto July 4, 2017 02:10 PM UTC

You can give me an example for xamarin android please

With that ejmplo it leaves error in the Font

 appointmentStyle.TextStyle = Font.SystemFontOfSize(15, FontAttributes.Bold);


SP Sivakumar Punniya Moorthi Syncfusion Team July 5, 2017 01:51 PM UTC

Hi Roberto, 
  
Thanks for the update. 
  
Please find the simple code example for change the font size of schedule appointment by using appointment loaded event in Xamarin.Android platform,  
[c#] 
schedule.AppointmentLoaded+= Schedule_AppointmentLoaded; 
void Schedule_AppointmentLoaded(object sender, AppointmentLoadedEventArgs e)
        {
            e.AppointmentStyle.TextSize = 30;
        } 
  
For more details in schedule appointment customization please refer the below user guide documentation, 
 
  
Please let us know, if you have any query. 
  
Regards, 
Sivakumar P 


Loader.
Live Chat Icon For mobile
Up arrow icon