Extended Library for WPF and Silverlight | ComponentOne
Rating (WPF Only) / Features / Customizing the C1Rating Icons
In This Topic
    Customizing the C1Rating Icons
    In This Topic

    Rating for WPF enables users to customize the appearance of the Rating control by using a different item template such as thumbs up.

    To view the Rating control with a thumbs up icon, add the following markup between the <Grid> tags.

    XAML
    Copy Code
    <c1:C1Rating HorizontalAlignment="Left" VerticalAlignment="Top" Margin="56,33,0,0" 
                 FlowDirection="RightToLeft" RatingPrecision="Precise" Orientation="Vertical"/>
    

           

    Press F5 to run the program. The thumbs up rating icon appears on the Main Window similar to the following image.        

    Changing Icons for C1Rating