G
Guest
I know this is probably an easy question. But in VB.Net when you instantiate
a fontstyle object, the parameter for fontstyle, if you wanted it to be Bold
and Italic, you would enter "FontStyle.Bold + FontStyle.Italics". But in C#,
it does not like that syntax. What is the proper syntax in C#?
a fontstyle object, the parameter for fontstyle, if you wanted it to be Bold
and Italic, you would enter "FontStyle.Bold + FontStyle.Italics". But in C#,
it does not like that syntax. What is the proper syntax in C#?