Class Precision
Contains values for the Precision enumeration that defines the accuracy level of the SfRating control. It has Standard, Half, and Exact options.
Inheritance
System.Object
Precision
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.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 |