Click or drag to resize
RatingPrecision Enumeration
Specifies the possible values for the Precision property of the KaxRating control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum RatingPrecision
Members
  Member nameValueDescription
Item0 The user can select only the entire item (star).
Half1 The user can select half an item (star) or the entire item (star).
Exact2 The user can select any portion of an item (star).
See Also