string str = "15%" Font font = new Font("微软雅黑", (float)20, FontStyle.Regular); PointF pt = new PointF(progress.Width / 2 - 30, progress.Height / 2 - 20); progressbar.CreateGraphics().DrawString(str, font, Brushes.Red, pt);
111,097
社区成员
642,554
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧