RatingPrecision Enumeration |
Specifies the possible values for the Precision property of the KaxRating control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum RatingPrecision
Public Enumeration RatingPrecision
public enum class RatingPrecision
Members
| Member name | Value | Description |
---|
| Item | 0 |
The user can select only the entire item (star).
|
| Half | 1 |
The user can select half an item (star) or the entire item (star).
|
| Exact | 2 |
The user can select any portion of an item (star).
|
See Also