适用于 Windows 7 手机的 Marque 进度计时器

发布于 2024-09-14 11:13:15 字数 80 浏览 1 评论 0原文

我想知道Windows 7 Phone sdk是否带有marque进度条?据我所知,没有品牌样式,所以目前我只有一个计时器来更新进度条以模拟样式。

I am wondering if the windows 7 phone sdk comes with a marque progress bar? As far I can tell is that there is no marque styles so at the moment i just have a timer that updates the progress bar to emulate the style.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

っ〆星空下的拥抱 2024-09-21 11:13:15

尽管手机 UI 指南也规定了特定的“进度指示器”控件,但带有 IsInminated 的 ProgressBar 几乎等同于减去文本。

请注意,平台内置的标准 ProgressBar 对 UI 线程的帧速率有负面影响,不应使用。

并不是说我想自我推销,而是我发布了一个模板,可用于将完全相同的动画从 UI 移动到应用程序中的渲染线程,从而显着提高性能。

我们希望找到一种方法将其纳入版本中,但鉴于 Silverlight 中缺乏与大小相关的声明性动画,这并不容易。

http://www.jeff.wilcox.name/2010/08/performanceprogressbar/< /a>

另外,请注意,当您不再需要动画时,除了折叠视觉效果(如果需要)之外,请将 IsIndependent 设置为 False 以停止任何正在运行的故事板。

Although the phone UI guidelines dictate a specific "progress indicator" control as well, the ProgressBar with IsIndeterminate is nearly equivalent minus the text.

Do note that the standard ProgressBar built into the platform has a negative effect on the UI thread's frame rate and should not be used.

Not that I want to self-promote, but I've published a template that can be used to move the exact same animation from the UI to the render thread in your application, significantly improving performance.

We wanted to find a way to get it into the release but it wasn't easy given the lack of size-relative declarative animations in Silverlight.

http://www.jeff.wilcox.name/2010/08/performanceprogressbar/

Also, note that when you no longer need the animation, on top of collapsing the visual if you need to, please set IsIndeterminate to False to stop any storyboards that are running.

梦里泪两行 2024-09-21 11:13:15

IsInminated 属性是您的 ProgressBar 门票,不指示何时完成。

The IsIndeterminate property is your ticket for a ProgressBar with no indication of when completion will occur.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文