Extended Library for WPF and Silverlight | ComponentOne
Rating (WPF Only) / Quick Start: Rating for WPF / Step 3: Using the Rating control at Run Time
In This Topic
    Step 3: Using the Rating control at Run Time
    In This Topic

    In the last step, you customized the appearance of the Rating control by setting some of its properties at design time. In this step, you run your application to see the control's appearance and working.

    1. Press F5 to build your application. The output window looks similar to the following image.

      Rating Appearance

    2. Notice that the control displays a 2-star rating as per the customization done in Step 2.
    3. The color of the stars appearing in the Rating control turns Green on hovering over them at runtime as follows.

      Rating Appearance

    4. You can give 0.5 star ratings as well since the RatingPrecision property is set to Half.

      Rating Appearance

    With this, you have completed all the steps of Quick Start section.

    See Also