我必须显示来自 callisto 的评级栏评级。我只想显示评分(用户不能给出评分)。
XAML:
<callisto:Rating Background="Transparent" x:Name="listingRatingDetail" Margin="0,0,0,0" Foreground="#FFFF6666" ItemCount="5" Value="{Binding Rating}" ReadOnlyFill="{x:Null}" BorderBrush="{x:Null}" PointerOverFill="{x:Null}" PointerPressedFill="{x:Null}" FontSize="14"/>
如何将其应用于仅显示收视率?
笔记:
我使用 C# 语言