Enum PrecisionType
Defines the precision type of the rating. It is used to component the granularity of the rating, allowing users to provide ratings with varying levels of precision.
Namespace: Syncfusion.EJ2.Inputs
Assembly: Syncfusion.EJ2.dll
Syntax
public enum PrecisionType
Fields
Name | Description |
---|---|
Exact | The rating is increased in increments of 0.1. |
Full | The rating is increased in whole number increments. |
Half | The rating is increased in increments of 0.5 (half). |
Quarter | The rating is increased in increments of 0.25 (quarter). |