如何在 RibbonButton 中设置 Horizo​​ntalContentAlignment

发布于 2024-11-27 11:58:18 字数 268 浏览 1 评论 0原文

在普通的WPF Button控件中,Horizo​​ntalContentAlignment可以设置Button左侧的Content。但在RibbonButton控件中,没有Content,而是用Label代替,无法通过Horizo​​ntalContentAlignment对齐。

如何水平对齐RibbonControl的Label?或者,这可能吗?

In normal WPF Button control, HorizontalContentAlignment can set the Content of the Button the left. But in RibbonButton control, there is no Content, but replaced by Label, which cannot be aligned by HorizontalContentAlignment.

How to horizontal align Label of RibbonControl? Or, is that even possible?

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

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

发布评论

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

评论(1

纵性 2024-12-04 11:58:18

RibbonButton中绝对有一个ContentHorizo​​ntalContentAlignment,它继承自Button,只需检查MSDN 文档

There absolutely is a Content and HorizontalContentAlignment in RibbonButton, it inherits from Button, just check the MSDN docs.

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