ComponentOne Rating for ASP.NET Web Forms
Quick Start / Step 2 of 3: Customizing the Appearance of the C1Rating Control
In This Topic
    Step 2 of 3: Customizing the Appearance of the C1Rating Control
    In This Topic

    In the last step of this quick start, you created an ASP.NET Web application and added the C1Rating control to your project. In this step, you will customize the appearance of the C1Rating control in Design view. For this example, we will rate a movie.

    1. Select the C1Rating control and click the smart tag.
    2. Set the Count property to 4. When the application runs, there will be 4 stars for the rating control.
    3. Set the TotalValue property to 4. Each star will have a value of 1 point.
    4. Set the Split property to 2. Each star will have two halves, each half is worth .5 points.
    5. Set the Value property to 2. The C1Rating control will start out with a rating of 2 shaded stars.
    6. Add a Label control, set its Text property to the movie's title, and add an image for the movie.

    In the next step, you will build the project and sample a few of C1Rating's run-time features.

    See Also