Search code examples
c#windows-runtimeratingwinrt-xamlivalueconverter

Convert a double rating into images with IValueConverter


I get a rating of meals from a webservice as a double value.

In my Xaml I want to convert this value into star images. The range is from 0 - 5 and I want be able to convert every 0.5 steps.

If I get a rating of 3.75, I want to have three "full stars" and a half star. For an example take a look at this website: click me

How can I achieve this via Xaml?

SOLUTION:

Found a working control here: http://metrorate.codeplex.com/


Solution

  • Found a working control here: http://metrorate.codeplex.com/