This sample illustrates the features of the Rating control which is designed using HTML 5.
Features
<%=Html.Syncfusion().Rating("html5rating")
.EnableHTML5(true)
.CurrentValue(3)
.Orientation(RatingOrientation.Horizontal)
.Precision(RatingPrecision.Full)
.Shape(RatingShape.Star)
.ShapeWidth(30)
.ShapeHeight(30)
%>
Interactive Features
For more information, please visit our Tools Documentation :
Create a HTML5 Rating