Enum FontStyle
- Namespace
- SimulationFramework.Drawing
- Assembly
- SimulationFramework.dll
Options for drawing text. Multiple values can be combined using the "|
" (bitwise or) operator.
[Flags]
public enum FontStyle
Fields
Bold = 1
Bold text.
Italic = 2
Italicized text.
Normal = 0
Normal text.
Strikethrough = 8
Crossed-out text.
Underline = 4
Underlined text.