<ContentPage.Resources>
<syncCore:SyncfusionThemeDictionary>
<syncCore:SyncfusionThemeDictionary.MergedDictionaries>
<ResourceDictionary>
<x:String x:Key="SfScheduleTheme">CustomTheme</x:String>
<Color x:Key="SfScheduleMonthViewTodayBackground">Transparent</Color>
<Color x:Key="SfScheduleHeaderBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleViewHeaderBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleSelectionBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleMonthCellBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleMonthCellTodayBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleMonthCellPreviousMonthBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleMonthCellNextMonthBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleMonthViewWeekNumberBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleMonthAgendaViewBackgroundColor">Transparent</Color>
<Color x:Key="SfScheduleDayViewTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleDayViewNonWorkingHoursTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleWeekViewNonWorkingHoursTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleWeekViewTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleWorkWeekViewNonWorkingHoursTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleWorkWeekViewTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleTimelineViewNonWorkingHoursTimeSlotColor">Transparent</Color>
<Color x:Key="SfScheduleTimelineViewTimeSlotColor">Transparent</Color>
</ResourceDictionary>
</syncCore:SyncfusionThemeDictionary.MergedDictionaries>
</syncCore:SyncfusionThemeDictionary>
</ContentPage.Resources>
<Grid Background="LightBlue">
<schedule:SfSchedule x:Name="schedule" Background="Transparent"
/>
</Grid>
|