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

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