1. 首页
  2. 编程语言
  3. C#
  4. C#.Net 实现背景透明Label控件

C#.Net 实现背景透明Label控件

上传者: 2018-12-19 07:18:44上传 ZIP文件 2.43KB 热度 73次
开发中经常会用到背景透明的控件,本文实现了类似VB中Shape的功能。能够添加背景透明,圆角矩形边框等功能
用户评论
码姐姐匿名网友 2018-12-19 07:18:44

是有点简单了

码姐姐匿名网友 2018-12-19 07:18:44

很好啊。很好啊。很好啊。

码姐姐匿名网友 2018-12-19 07:18:44

非常实用,谢谢。

码姐姐匿名网友 2018-12-19 07:18:44

public CustomLabel() { this.SetStyle(System.Windows.Forms.ControlStyles.SupportsTransparentBackColor, true); this.BackColor = Color.Transparent; //边框外颜色 base.BorderStyle = System.Windows.Forms.BorderStyle.None; } private int mobjRadius =

码姐姐匿名网友 2018-12-19 07:18:44

很好用,多谢分享

码姐姐匿名网友 2018-12-19 07:18:44

不太好用,没有达到预期效果

码姐姐匿名网友 2018-12-19 07:18:44

简单实用,多谢分享

码姐姐匿名网友 2018-12-19 07:18:44

还可以,比较简单,适合入门学习