C# label 吧,后台设置他的 属性就可以了
BackColor 背景色
Font 字体
等等。
this.label2.ForeColor = System.Drawing.Color.Red;//文字颜色
this.label2.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));//文字字体,大小等