Get that beautiful 5 star rating
Rating Control Control for C# & VB.NET Developers
Bunifu rating is a custom control introduces rating system within your desktop app. We currently support up to 5-point star rating and have plans to increase the rating to a 7-point star.
Possible customization:
- Ability to change rating color
- Ability to set the value of a rating
Custom properties and methods
- Ellipse can be applied on any control using the ApplyEllipse method with overloading:
- Default state applies ellipse to the current control using ApplyEllipse()
- Ability to apply ellipse to a particular control using ApplyEllipse(Control control) method
- Ability to specify ellipse radius size using ApplyEllipse(Control control, int ellipseRadius)
- Ability to set the radius of the ellipse component using EllipseRadius property
- Target a specific control to apply ellipse using TargetControl property