ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / C1RatingExtender / Setting Customized C1RatingExtender Icons / Setting the String 24 Icons
In This Topic
    Setting the String 24 Icons
    In This Topic

    The string 24 icon set is comprised of a string of  stars.

    1. Create a new ASP.NET Web application.
    2. Add a standard Panel control to the main content of your page.
    3. Click the Panel smart tag and choose Add Extender from the Panel Tasks menu.
    4. In the Extender Wizard, select the C1RatingExtender and click OK. A C1RatingExtender control is added to the page and the TargetControlID is set to Panel1.
    5. Select View | Properties from the Visual Studio menu and navigate to the C1RatingExtender.Icons property.
    6. Use the arrow to expand the C1RatingExtender.Icons > HoverIconsClass property and set the HoverIconsClass > IconClass property to wijmo-wijrating-hover-24.
    7. Use the arrow to expand the C1RatingExtender.Icons > IconsClass property and set the IconsClass > IconClass property to wijmo-wijrating-normal-24.
    8. Use the arrow to expand the C1RatingExtender. Icons > RatedIconsClass property and set the RatedIconsClass > IconClass property to wijmo-wijrating-rated-24.
    9. In the Properties window, navigate to the C1RatingExtender.IconHeight property and set it to 24.
    10. Navigate to the C1RatingExtender.IconWidth property and set it to 24.
    11. Press F5 to run your application. The stars should appear as in the following image: