Hi Alexander,
Greetings from Syncfusion.
We have analyzed your query and checked the reported issue with syncfusion NuGet 16.30.36 version. But we are unable to reproduce the reported issue. We suggest to update Syncfusion NuGet to latest version and check the issue or else check with UnRatedStrokeWidth property of SfRatingSettings as like below code snippet.
Code snippet C#:
|
sfRating.RatingSettings = new SfRatingSettings { RatedFill = Color.Red, RatedStroke = Color.Transparent,
UnRatedFill = Color.White,
UnRatedStroke = Color.Blue,
UnRatedStrokeWidth = 1 }; |
Please let us know if the issue resolved or not with the solution.
Regards,
Sakthivel P.