Introduction - If you have any usage issues, please Google them yourself
A UWP Rating Control drawn by the Composition API.
Comes with the following dependency properties:
* Maximum (int): number of stars, maximum score
* StepFrequency (double): rounding interval, a percentage (e.g. 0.25)
* Value (double): current value (from 0 to Maximum)
* ItemHeight (int): height (and width) of each image in device independent pixels
* ImagePadding (int): pixels between images
* FilledImage (uri): path to the filled image
* EmptyImage (uri): path to the empty image
* IsInteractive (bool): whether or not the control responds to user input (tapping or sliding)