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);