# Customizing the C1Rating Icons

## Content



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.

```xml
<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](https://cdn.mescius.io/document-site-files/images/babf1807-69aa-4d8a-96b6-d6c6d9325368/images/image011.png)