CB
Clay Burch
Syncfusion Team
June 14, 2002 12:29 PM UTC
The FontStyle properties can be or-ed together. This code sets a label to use several styles.
this.label1.Font = new Font(this.label1.Font,
FontStyle.Bold | FontStyle.Italic |
FontStyle.Underline);