Read-Only Mode
The Rating control supports a read-only mode in which the end user cannot change its Value
(the number of the selected items). You can enable the read-only mode through IsReadOnly
property.
Define the RadShapeRating
in XAML:
<telerikInput:RadShapeRating AutomationId="readOnlyRating"
Value="4"
x:Name="radRating"
IsReadOnly="True"/>
Add the namespace:
xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.Maui.Controls.Compatibility"