C#為標準的進度條控件增加百份比顯示
當前位置:點晴教程→知識管理交流
→『 技術文檔交流 』
int percent = (int)(((double)progressBar1.Value / (double)progressBar1.Maximum) * 100);
progressBar1.CreateGraphics().DrawString(percent.ToString() + "%", new Font("Arial", (float)8.25, FontStyle.Regular), Brushes.Black, new PointF(progressBar1.Width / 2 - 10, progressBar1.Height / 2 - 7));
該文章在 2021/1/30 9:03:22 編輯過 |
關鍵字查詢
相關文章
正在查詢... |