Precision in Windows Forms Rating Control (Rating)
29 Apr 20211 minute to read
In Rating, Precision can be set either as Standard or as Half, based on user requirement.
this.ratingControl1.Precision = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half;
Me.ratingControl1.Precision = Syncfusion.Windows.Forms.Tools.PrecisionMode.Half