简体   繁体   中英

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/

在此处找到了有效的控件: http : //metrorate.codeplex.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM