Class RatingPrecision
Gets or sets the value of RatingPrecision to set accuracy level of rating.
Inheritance
System.Object
    RatingPrecision
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class RatingPrecision : EnumFields
Exact
Defines the rating value with the exact value.
Declaration
public const RatingPrecision ExactField Value
| Type | 
|---|
| RatingPrecision | 
Full
Defines the rating value with the nearest rounded value.
Declaration
public const RatingPrecision FullField Value
| Type | 
|---|
| RatingPrecision | 
Half
Defines the rating value with the nearest half value.
Declaration
public const RatingPrecision HalfField Value
| Type | 
|---|
| RatingPrecision |