.NET MAUI Templated Rating
The RadTemplatedRating
component is designed for cases where is easier to provide a template (for example, an image) for the rating items instead of creating custom RadPathGeometry
.
On top of the common Rating API, this component adds the following members:
-
ItemTemplate
(DataTemplate
)—Defines the template used in the rating item. -
SelectedItemTemplate
(DataTemplate
)—Specifies the template used in the selected rating item.
Set both the
ItemTemplate
andSelectedItemTemplate
templates.
The following example demonstrates how to define RadTemplatedRating
in XAML: