有没有办法在Windows窗体中为文本框设置边框半径属性。
我在ASP.NET中尝试过,但我无法进入Windows窗体。
答案 0 :(得分:1)
据我所知,否,WinForms
无法使用标准TextBox控件。请改为查看WPF
。这比WinForms要好得多,例如有一个Border.CornerRadius
属性可以帮助你。在WPF中还有其他选项在WinForms中不存在。
答案 1 :(得分:0)
我找到了以下链接,它可能会有所帮助:
http://www.codeproject.com/Articles/17453/Textbox-with-rounded-corners
答案 2 :(得分:0)
我在一个博客中找到了答案。