This question is locked. New answers and comments are not allowed.
I have tried changing the height and width value from the Rating control but this seems to just cut off the Star. How can I change the size effectively?
My current xaml looks like below
My current xaml looks like below
<telerikInput:RadRating x:Name="rating" Value="{Binding AverageUserRating}" IsReadOnly="True" RatingDisplayPrecision="Exact"/>