private Font Var_Font = new Font("宋体", 9,FontStyle.Italic); 
((Label)sender).Font = new Font(Var_Font, Var_Font.Style | FontStyle.Underline);这里的"|"线是什么意思哈?
或者?
怎么感觉怪怪的...
我调试的时候,总是发现Var_Font.Style 的值是 Regular, Var_Font.Style | FontStyle.Underline的值为Underline...何解?