Class Precision
Values of the Precision enumeration declared.
Inheritance
System.Object
Precision
Namespace: Com.Syncfusion.Rating
Assembly: Syncfusion.SfRating.Android.dll
Syntax
public sealed class Precision : Enum
Fields
Exact
User can rate the accurate values of rating in decimal points.
Declaration
public const Precision Exact
Field Value
Type |
---|
Precision |
Half
User can rate the values with whole values and half rating values.
Declaration
public const Precision Half
Field Value
Type |
---|
Precision |
Standard
User can rate the values in whole numbers and this is the default rating mode.
Declaration
public const Precision Standard
Field Value
Type |
---|
Precision |