Customizations
This article explains how the shape of the rating items can be customized.
Empty State
- EmptyIconContent: Gets or sets the content of the RadRatingItem icon when the item is not selected.
- EmptyIconStyle: Gets or sets the style of the RadRatingItem icon content when the item is not selected.
- EmptyIconContentTemplate: Gets or sets the content template of the RadRatingItem when the item is not selected.
Filled State
- FilledIconContent: Gets or sets the content of the RadRatingItem icon when the item is selected.
- FilledIconStyle: Gets or sets the style of the RadRatingItem icon content when the item is selected.
- FilledIconContentTemplate: Gets or sets the content template of the RadRatingItem when the item is selected.
Highlighted State
- HighlightedIconStyle: Gets or sets the style of the RadRatingItem icon content in highlighted state.
Example 1 demonstrate how you can use the above properties to further customize the RadRating control.
Example 1: Customize RadRating Control
