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 : Enum
Fields
Exact
Defines the rating value with the exact value.
Declaration
public const RatingPrecision Exact
Field Value
Type |
---|
RatingPrecision |
Full
Defines the rating value with the nearest rounded value.
Declaration
public const RatingPrecision Full
Field Value
Type |
---|
RatingPrecision |
Half
Defines the rating value with the nearest half value.
Declaration
public const RatingPrecision Half
Field Value
Type |
---|
RatingPrecision |