RatingPrecision
Enum
Specifies the selecting precision of the RadRating.
Definition
Namespace:Telerik.Windows.Controls.Rating
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public enum RatingPrecision
Fields
Specifies that the RadRating can be rated with a precise part of the star (RadRatingItem).
C#
Exact = 0
Specifies that the RadRating can be rated with half a star (RadRatingItem).
C#
Half = 1
Specifies that the RadRating can be rated with the whole star (RadRatingItem).
C#
Item = 2