GroupBox 控件中的圆角

发布于 2024-10-05 06:49:50 字数 41 浏览 2 评论 0 原文

如何在表单中的 GroupBox 中获得圆角?属性选项卡里有选项吗?

How can I get rounded corners in a GroupBox in my form? Is there any option in the property tab?

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

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

发布评论

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

评论(2

2024-10-12 06:49:50

当您的视觉样式启用时应用程序和 FlatStyle 属性设置为“System”,组框看起来有稍微的圆角,但可能不超过 3 到 5 度。所以我想这不是你要找的。

不幸的是,没有内置的方法来自定义其圆度。唯一真正的解决方案是使用自定义控件。您可以继承现有的 GroupBox 控件并重写其 Paint 事件来自己绘制边框,或者您可以使用以下现有控件之一:

When visual styles are enabled for your application and the FlatStyle property is set to "System", the group boxes look like they have slightly rounded corners, but it's probably no more than 3 to 5 degrees. So I suppose this is not what you're looking for.

Unfortunately, there's no built-in way to customize its degree of roundedness. The only real solution is to use a custom control. You can either inherit off of the existing GroupBox control and override its Paint event to draw the borders yourself, or you can use one of these existing controls:

胡大本事 2024-10-12 06:49:50

看看这个开源控件:
http://roundedgroupbox.codeplex.com/

Take a look at this open source controls:
http://roundedgroupbox.codeplex.com/

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