Using the Rating Control

The Rating control is a part of Bewise Phone Controls current release. To use it, add the BPC library to your project.

This control allow the user to select a score between 0 and 5. you can simply set or retrieve the Score property directly or bind it.

<Bewise:RatingControl Score="{Binding TheScore, Mode=TwoWay}"></Bewise:RatingControl>

This will show (value = 4) :
image