#Introduction
This is a rate control bar for uwp(universal windows platform)
You can use this listview with the follow codes:
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<UWPRateControl:RatingBar NumberOfStars="5" RatingValue="3" StarForegroundColor="#FF0078D7" HeightValue="30" />
</Grid>
For more information, to see the Demo in source.