xaml - Windows 8 中的评级控制

标签 xaml windows-8 microsoft-metro windows-runtime rating-system

我在 Windows 8 的 JavaScript/HTML 项目中看到了一个评级控制。但是我在 XAML 中还看不到类似的东西。 :(

知道如何在 Windows 8 中实现评级控制吗?..

似乎 Microsoft 将 XAML 人员视为第二个人 :(...

最佳答案

Callisto 中还有一个收视率控制

https://github.com/timheuer/Callisto

显示 3 我们的 5 颗星亮起的示例代码:

<callisto:Rating
    Value="3" ItemCount="5"
    Background="Transparent" Foreground="Gold" />

关于xaml - Windows 8 中的评级控制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10023889/

相关文章:

c# - WPF 路径数据创建洞

c# - Windows 8 中的 XmlnsDefinitionAttribute 和 XmlnsPrefix 模拟是什么?

javascript - 共享魅力在使用几次后开始出现错误

c# - 调用 BitmapEncoder.SetPixelData 时出现 "The buffer allocated is insufficient"异常

linux - cygwin 找不到我的文件

windows - Metro 应用程序可以知道其他应用程序吗?

xaml - 如何更改特定元素的 TextBox 占位符文本颜色,而不是全局

c# - json 到 Windows 应用商店应用程序 C# 中的新列表框项目

c# - 如何将资源嵌入到 appx 包中?

c# - 如何确定gridview中被点击的项目