
Adds the ability to custom draw the current time indicator in ResourceView.
Features
- The library has been updated to Xamarin.Forms version 4.4. The target runtime of libraries have been changed to Microsoft .NET Standard 2.0.
- The underlying rendering implementation has been switched to the Win2D Microsoft Windows Runtime API.
- The referenced Microsoft .NET Core UWP SDK has been updated to UWP 6.2.
- The referenced Android SDK has been updated to Android 9.0 Pie (API Level 28).
- The Apple iOS assemblies now target iOS version 13.
- Added JSON serialization via the Schedule.SaveToJson and Schedule.LoadFromJson methods.
- Added support for underlined font styles.
- EnableAntialiasing property now works in UWP.
- Added the ability to custom draw the current time indicator in ResourceView.
- ResourceViewNowIndicator and CalendarComplete values have been added to the CustomDrawElements enumeration.
- Added ItemSettings.ResizeBandSize, ResourceViewSettings.SnapToItems and SnapToItemsThreshold properties.