This question is locked. New answers and comments are not allowed.
Hi,
I am trying to achieve the "bar style" for RadRating - in the example given in the demo, I see, the below attached code -
<Border Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" Style="{StaticResource Border_Style}">
<Grid >
<TextBlock Style="{StaticResource Title_text}" Text="Bar Rating" />
<Grid x:Name="myGrid" VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,15"></Grid>
</Grid>
</Border>
I don;t see anything specific to the bar style. Can you tell me how to get the bars in the rad rating please?
Regards
Baliga
I am trying to achieve the "bar style" for RadRating - in the example given in the demo, I see, the below attached code -
<Border Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" Style="{StaticResource Border_Style}">
<Grid >
<TextBlock Style="{StaticResource Title_text}" Text="Bar Rating" />
<Grid x:Name="myGrid" VerticalAlignment="Bottom" HorizontalAlignment="Center" Margin="0,0,0,15"></Grid>
</Grid>
</Border>
I don;t see anything specific to the bar style. Can you tell me how to get the bars in the rad rating please?
Regards
Baliga