屏幕阅读器始终“转换”为屏幕阅读器将 WPF 滑块值设置在 0-100 范围内

发布于 2024-11-10 04:48:34 字数 255 浏览 0 评论 0原文

对于那些有使用屏幕阅读器(例如 JAWS)经验的人,我的问题是如何修改 WPF 滑块,以便屏幕阅读器读出的值与 Slider.Value 中的值相同>?

JAWS 始终将滑块的值读取为 0-100 范围之间的值。我不知道它是如何得到这个值的。它可能是通过计算 Slider.Value 在 Slider.MaximumSlider.Minimum 之间的位置来计算的,但是有没有办法覆盖它?

谢谢!

For those who have experience working with screen readers (ex. JAWS), my question is on how to modify the WPF slider so that the value that the screen reader reads out is the same as what's in Slider.Value?

JAWS always reads the value of the slider as something between the 0-100 range. I don't know how it gets this value. It's probably from computing the location of the Slider.Value between the Slider.Maximum and Slider.Minimum but is there a way to override this?

Thanks!

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

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

发布评论

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

评论(1

肥爪爪 2024-11-17 04:48:34

找到办法了!转到以下主题:

MSDN 辅助功能论坛

Found a way! Go to the following thread:

MSDN Accessibility Forums

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