监控wpf中的鼠标移动事件

发布于 2024-10-20 23:28:46 字数 88 浏览 3 评论 0原文

我正在尝试监视鼠标在应用程序窗口上的移动 这样,每当鼠标移动时,其坐标都会反映在两个文本控件中

是否可以仅在 XAML 中执行此操作(无需代码)?

I'm trying to monitor the mouse movement over the application window
so that whenever the mouse moves its coordinates are reflected in two text conrols

Is it possible to do it in XAML only (without code)?

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

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

发布评论

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

评论(1

看轻我的陪伴 2024-10-27 23:28:46

不,你必须编写代码。只能通过调用 Mouse.GetPosition 方法获取鼠标位置。这不是您可以在 XAML 中表示的内容。

No, you have to write code. Getting mouse position is only doable by calling the Mouse.GetPosition method. This isn't something you can represent in XAML.

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