Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Thursday, February 7, 2013
Set font bold label (C#)
C#
>
Drawing
>
Font
>
Bold
Bold
indicates when Font is bold.
Example:
label1.Font =
new
System.Drawing.
Font
(label1.Font,
FontStyle
.Bold);
Newer Post
Older Post
Home