C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / RatingMode Enumeration

RatingMode Enumeration
Use the members of this enumeration to set the value of the RatingMode property.
Syntax
'Declaration
 
Public Enum RatingMode 
   Inherits System.Enum
 
Members
MemberDescription
ContinuousAll the stars from first to the rated one will be rated.
SingleOnly one start can be rated.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1Rating.RatingMode

See Also