Bunifu Rating
Create stylish ratings with tons of customization options and enhancements.
Last updated
Create stylish ratings with tons of customization options and enhancements.
Last updated
Bunifu Rating is a simple and elegant control that allows you to provide rating systems in your Windows Forms apps, e.g. Books & Movie review inputs, games, e.t.c.
Simply locate Bunifu Rating in your Toolbox and drag it to your form
On Load event handler, we just have to put the following two lines of code.
On running your app, you should see something similar to this:
You can use Smart Tags to quickly navigate the common properties:
Property | Description |
| Sets the current rating value. |
| Sets the number of ratings or maximum-rating-count to be displayed. Example: |
| Sets the rating's shape radius. |
| Sets the inner radius of the star shape. |
| Sets the spacing between rating shapes. |
| Sets the border thickness of rating shapes. |
| Sets the rating shape style. |
| Sets the fill color of unrated shapes. |
| Sets the border color of unrated shapes. |
| Sets the fill color of rating shapes on hover. |
| Sets the border color of rating shapes on hover. |
| Sets the fill color of rated shapes. |
| Sets the border color of rated shapes. |
| Sets the fill color of unrated shapes when disabled. |
| Sets the fill color of rated shapes when disabled. |
| Sets a value indicating whether the rating is in read-only mode. |
| Sets a value indicating whether the rating will be cleared after right-clicking it. |
Event | Description |
| Occurs when the rating value has been changed. This uses the |
| Occurs when a rating value has been hovered onto. This uses the |
Method | Description |
| Clears/resets the current rating. |
We hope you will find Bunifu Rating useful in your design and that it will help you create better user experience for your users.
Should you have feedback or suggestions please send us via chat on the bottom right corner of the screen.