Specifies style information applied to text.
[Visual Basic] Public Enum FontStyle [C#] public enum FontStyle [C++] public enum FontStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Bold | Bold text. |
BoldItalic | Bold and Italic text. |
Italic | Italic text. |
Regular | Normal text. |
Strikeout | Text with a line through the middle. |
Underline | Underlined text. |
Namespace: System.Drawing
Assembly: System.Drawing.dll