ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / RatingMode Enumeration

In This Topic
    RatingMode Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the RatingMode property.
    Syntax
    'Declaration
     
    Public Enum RatingMode 
       Inherits System.Enum
    public enum RatingMode : 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