Migrating from Xamarin SfRating to .NET MAUI SfRating

30 Dec 20221 minute to read

To migrate easier from Xamarin SfRating to [.NET MAUI SfRating], most of the APIs were kept from Xamarin SfRating in MAUI SfRating. However, to maintain the consistency of API naming in MAUI SfRating, we renamed some of the APIs. The APIs changed in MAUI SfRating from Xamarin SfRating are detailed as follows:

Namespaces

Xamarin SfRating .NET MAUI SfRating
Syncfusion.SfRating.XForms Syncfusion.Maui.Inputs

Properties

Xamarin SfRating .NET MAUI SfRating Description

RatedStrokeWidth

RatedStrokeThickness

Gets or sets the rated stroke thickness.

UnratedStrokeWidth

UnratedStrokeThickness

Gets or sets the unrated stroke thickness.

ReadOnly

IsReadOnly

Gets or sets the boolean value of Is Read Only.