<syncfusion:SfRating Value="{x:Bind ShowRating}" ItemsCount="5" HorizontalAlignment="Right" VerticalAlignment="Center"
Precision="Exact" Foreground="Yellow" IsHitTestVisible="False"
IsReadOnly="True">
<syncfusion:SfRating.ItemContainerStyle>
<Style TargetType="syncfusion:SfRatingItem">
<Setter Property="Height" Value="18"/>
<Setter Property="Width" Value="18"/>
<Setter Property="RatedFill" Value="Yellow"/>
</Style>
</syncfusion:SfRating.ItemContainerStyle>
</syncfusion:SfRating>
Precision="Exact" Foreground="Yellow" IsHitTestVisible="False"
IsReadOnly="True">
<syncfusion:SfRating.ItemContainerStyle>
<Style TargetType="syncfusion:SfRatingItem">
<Setter Property="Height" Value="18"/>
<Setter Property="Width" Value="18"/>
<Setter Property="RatedFill" Value="Yellow"/>
</Style>
</syncfusion:SfRating.ItemContainerStyle>
</syncfusion:SfRating>
<syncfusion:SfRating Value="{x:Bind ShowRating, Mode=OneWay}" x:Phase="2" ItemsCount="5" HorizontalAlignment="Right" VerticalAlignment="Center"
Precision="Exact" Foreground="Yellow" ShowToolTip="False" IsReadOnly="True" Margin="10,0,10,0">
<syncfusion:SfRating.ItemContainerStyle>
<Style TargetType="syncfusion:SfRatingItem">
<Setter Property="Height" Value="18"/>
<Setter Property="Width" Value="18"/>
<Setter Property="RatedFill" Value="Yellow"/>
<Setter Property="PointerOverFill" Value="Yellow"/>
<Setter Property="PointerOverStroke" Value="Transparent"/>
</Style>
</syncfusion:SfRating.ItemContainerStyle>
</syncfusion:SfRating>