The properties of the SlickRater class are listed below. For a complete list of SlickRater class members, see the SlickRater Members topic.

Public Static Properties

IsCallBack True if the page is in callback mode.

Public Instance Properties

AutoCallBack Gets or sets a value indicating whether the control automatically and immediately calls back to the server when UserRating is changed.
AverageRatingThe average of all ratings assigned to the control.
DynamicMouseOver True if the SlickRater changes as the mouse passes over it. true to allow the SlickRater state to change on mouseover, false otherwise. The default is true.
ImageThe name of the image file used to build the control.
ImageModeThe mode by which images are used to form the rating control.
ImagePath The URL to the directory containing the images used to build the control. The default value is the directory the images were installed in. It is of the form ~/aspnet_client/KrispWare/SlickRater/[version]/images_[single|multiple].
OnClickJScriptA javascript method to be executed on the client when a user clicks the control.
OnMouseOutJScriptA javascript method to be executed on the client when the user moves the mouse out of the control.
OnMouseOverJScriptA javascript method to be executed on the client each time the user mouses over a new rating.
Orientation The direction the rating scale is oriented, either left to right (the default) or top to bottom.
RatedIDThe unique ID of the item this control is rating.
RatingScaleThe rating scale as defined by a collection of Rating objects.
UserRatingThe rating assigned to the control by the current user.

Protected Instance Properties

DefaultRatingsThe rating scale used by the control if none is specified in the RatingCollection of the RatingScale property.

See Also

SlickRater Class | KrispWare Namespace