Rating (WPF Only) > Features > Adding Animation to the C1Rating Control |
Rating for WPF provides users a feature to add animation effects to the Rating control by using AnimationType property of the C1Rating class.
At Design Time
You can add animation effect to the Rating control by adding the following markup between the <c1:C1Rating> tags.
XAML |
Copy Code
|
---|---|
<c1:C1Rating x:Name="Rating1" HorizontalAlignment="Left" VerticalAlignment="Top" AnimationType="Bounce"/> |