From 11dab292990a5d7b596b2eddc41368e7e6ea54aa Mon Sep 17 00:00:00 2001 From: MohanrajSF3559 <102510098+MohanrajSF3559@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:39:54 +0530 Subject: [PATCH 1/3] XAMARINANDROD-3933-InlineAppointment syntax error resloved --- xamarin-android/SfCalendar/Populating-Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xamarin-android/SfCalendar/Populating-Events.md b/xamarin-android/SfCalendar/Populating-Events.md index 530c580a4..939d4e001 100644 --- a/xamarin-android/SfCalendar/Populating-Events.md +++ b/xamarin-android/SfCalendar/Populating-Events.md @@ -151,7 +151,7 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca ![AgendaView with InlineAppointmentTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-AgendaView-InlineAppointmentTextSize.png) - ### InlineAppointmentTimeTextSize +### InlineAppointmentTimeTextSize By using the [InlineAppointmentTimeTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTimeTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html) class of `SfCalendar` control, you can customize the time text size for the appointment details time in both inline and agenda view. From f6a38f8ca264ec66720511dd18788f0e2dba96f8 Mon Sep 17 00:00:00 2001 From: MohanrajSF3559 <102510098+MohanrajSF3559@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:58:08 +0530 Subject: [PATCH 2/3] XAMARINANDROID-3933- Removed unwanted space --- xamarin-android/SfCalendar/Populating-Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xamarin-android/SfCalendar/Populating-Events.md b/xamarin-android/SfCalendar/Populating-Events.md index 939d4e001..36c427f79 100644 --- a/xamarin-android/SfCalendar/Populating-Events.md +++ b/xamarin-android/SfCalendar/Populating-Events.md @@ -153,7 +153,7 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca ### InlineAppointmentTimeTextSize -By using the [InlineAppointmentTimeTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTimeTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html) class of `SfCalendar` control, you can customize the time text size for the appointment details time in both inline and agenda view. +By using the [InlineAppointmentTimeTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTimeTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html)class of `SfCalendar` control, you can customize the time text size for the appointment details time in both inline and agenda view The following code explains how to customize the InlineAppointmentTimeTextSize in Calendar InlineView. From a86b0fc1ba1b51a1fb58a7fe324a4afc0c5c0219 Mon Sep 17 00:00:00 2001 From: MohanrajSF3559 <102510098+MohanrajSF3559@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:58:54 +0530 Subject: [PATCH 3/3] XAMARINANDROID-3933-Added needed space. --- xamarin-android/SfCalendar/Populating-Events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xamarin-android/SfCalendar/Populating-Events.md b/xamarin-android/SfCalendar/Populating-Events.md index 36c427f79..939d4e001 100644 --- a/xamarin-android/SfCalendar/Populating-Events.md +++ b/xamarin-android/SfCalendar/Populating-Events.md @@ -153,7 +153,7 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca ### InlineAppointmentTimeTextSize -By using the [InlineAppointmentTimeTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTimeTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html)class of `SfCalendar` control, you can customize the time text size for the appointment details time in both inline and agenda view +By using the [InlineAppointmentTimeTextSize](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html#Com_Syncfusion_Calendar_MonthViewSettings_InlineAppointmentTimeTextSize) property from the [MonthViewSettings](https://help.syncfusion.com/cr/xamarin-android/Com.Syncfusion.Calendar.MonthViewSettings.html) class of `SfCalendar` control, you can customize the time text size for the appointment details time in both inline and agenda view. The following code explains how to customize the InlineAppointmentTimeTextSize in Calendar InlineView.