会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我的用户名
吹比QQ群:5946699
博客园
首页
新随笔
联系
订阅
管理
2022年4月9日
Winform 使用label画分割线
摘要: 1.拖一个Label控件 2.设置AutoSize=False 3.将Label控件的宽度设置2 4.设置Paint方法 private void label1_Paint(object sender, PaintEventArgs e) { if (sender is not Label lbl)
阅读全文
posted @ 2022-04-09 10:59 我的用户名
阅读(400)
评论(0)
推荐(0)
编辑
公告