Enum RatingPrecision
Specifies the precision level of the RatingControl.
public enum RatingPrecision
Fields
Exact = 2Allows exact/continuous ratings (e.g., 3.7, 4.2).
Full = 0Allows only full integer ratings (e.g., 1, 2, 3).
Half = 1Allows half-star ratings (e.g., 2.5, 3.5).