Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the average rating.
Syntax
<div data-win-control="WinJS.UI.Rating" data-win-options="{ averageRating : value}" ></div>
var averageRating = rating.averageRating;
rating.averageRating = averageRating;
Property value
Type: Number
A float greater than or equal to zero and less than or equal to the maxRating.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.UI |