随笔分类 -  Winform

摘要:实现效果如图: 下面是代码. public class Meter:Control { public Meter() { //设置默认值 this.Width = 200; this.Height = 160; BackColor = Color.CadetBlue; MeterBackColor 阅读全文
posted @ 2022-06-28 17:33 Sunmeraly 阅读(498) 评论(0) 推荐(0)