KaxRatingPrecision Property |
Get/Set the rating precision for the KaxRating control - the precision with which the user can rate.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic RatingPrecision Precision { get; set; }
Public Property Precision As RatingPrecision
Get
Set
public:
property RatingPrecision Precision {
RatingPrecision get ();
void set (RatingPrecision value);
}
member Precision : RatingPrecision with get, set
Property Value
Type:
RatingPrecision
See Also