如何在 Expression Blend 3 中制作自动调整大小的文本块?

发布于 2024-08-22 07:47:36 字数 220 浏览 2 评论 0原文

我正在尝试在窗口中制作一个具有固定大小(高度和宽度)的文本块控件 使用 Expression Blend,但文本块的内容将以编程方式更改,所以我想要文本以尽可能大的字体大小进行查看,而不会超出矩形的大小。

怎么做呢?

I'm trying to make a textblock control with a fixed size (height and width) in a window
using Expression Blend, but the content of the textblock will be changed programatically, so I want the text to be viewed by the largest possible font size without going outside the size of the rectangle.

How to do that?

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

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

发布评论

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

评论(1

烟燃烟灭 2024-08-29 07:47:36

不要更改字体大小,而是使用 ViewBox - WPF 教程 。它似乎更适合您想要实现的目标,因为它使其中的控件能够无限地调整大小以适应您放置它的区域的大小。

Rather than changing the font size, use a ViewBox - WPF Tutorial. It seems to be better equipped for what you are trying to achieve as it gives the control within it the ability to resize indefinitely to the size of the area in which you place it.

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