将标签放置在图像顶部

发布于 2024-11-17 03:06:41 字数 149 浏览 4 评论 0原文

我在 WPF 中使用了图像。在图像顶部我放置了标签。调整窗口大小时,图像也会调整大小,这是可以的。然而,标签也应该重新定位。因此它们在图像顶部保持相同的相对位置。目前我正在使用画布。我为标签设置了 Canvas.Top 和 Canvas.Left 属性。调整大小时如何修复标签的位置。

I used a image in WPF. On top of the image I positioned labels. When resizing my window the image also resizes, which is ok. However the labels should also reposition. So they keep on the same relative position on top of the image. Currently I'm using a canvas. I set the Canvas.Top and Canvas.Left properties for the labels. How can I fix the positioning of the labels when resizing.

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

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

发布评论

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

评论(2

神妖 2024-11-24 03:06:41

使用 Viewbox 并将您的 Canvas 放入 ViewBox 内。

Use a Viewbox and place your Canvas inside the ViewBox.

孤独陪着我 2024-11-24 03:06:41

如果您希望将标签始终放在图像顶部,只需使用 StackPanel 即可。

If you want put the label always on top of the image, simply use StackPanel.

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