ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / RatingIcons Class / RatedIconsClass Property

In This Topic
    RatedIconsClass Property
    In This Topic
    A string or an array value indicates the urls of rated icons.
    Syntax
    'Declaration
     
    Public Property RatedIconsClass As RatingIconClass
    public RatingIconClass RatedIconsClass {get; set;}
    Remarks
    If value is a string, all the star will apply the iconsClass. If value is an array, each star will apply the related iconsClass
    See Also