Represents the precision mode for the Rating.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum RatingPrecisionMode
Fields
Indicates that the rating can have full values only.
C#
Full = 1
Indicates that the rating can have half-values.
C#
Half = 0