Skip to content

Commit db6bcbd

Browse files
Merge pull request #308 from syncfusion-content/XAMARINANDROID-3933-InlineAppointmentTextSize-UX-Images
XAMARINANDROID-3933-InlineAppointmentTextSize-UX-Images added
2 parents 281fa28 + dc879d4 commit db6bcbd

5 files changed

+7
-0
lines changed

xamarin-android/SfCalendar/Populating-Events.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca
136136

137137
{% endhighlight %}
138138

139+
![InlineView with InlineAppointmentTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-InlineView-InlineAppointmentTextSize.png)
140+
139141
The following code explains how to customize the InlineAppointmentTextSize in Calendar AgendaView.
140142

141143
{% highlight c# %}
@@ -147,6 +149,8 @@ The following code explains how to customize the InlineAppointmentTextSize in Ca
147149

148150
{% endhighlight %}
149151

152+
![AgendaView with InlineAppointmentTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-AgendaView-InlineAppointmentTextSize.png)
153+
150154
### InlineAppointmentTimeTextSize
151155

152156
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.
@@ -162,6 +166,7 @@ The following code explains how to customize the InlineAppointmentTimeTextSize i
162166

163167
{% endhighlight %}
164168

169+
![InlineView with InlineAppointmentTimeTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-InlineView-InlineAppointmentTimeTextSize.png)
165170

166171
The following code explains how to customize the InlineAppointmentTimeTextSize in Calendar AgendaView.
167172

@@ -173,6 +178,8 @@ The following code explains how to customize the InlineAppointmentTimeTextSize i
173178
sfCalendar.ShowEventsInline = true;
174179

175180
{% endhighlight %}
181+
182+
![AgendaView with InlineAppointmentTimeTextSize in Xamarin.Android Calendar](images/Xamarin.Android-Calendar-AgendaView-InlineAppointmentTimeTextSize.png)
176183

177184
## Getting inline/agenda view appointment details
178185

40.7 KB
Loading
39.2 KB
Loading
31.8 KB
Loading
29.6 KB
Loading

0 commit comments

Comments
 (0)