FontStyle Enumeration

List of enumerated values that are used to determine the style of a font object. The flag values may be added together to specify a combination of style values.

Namespace: elsystem.drawing

Enumerated Values
  Name

Value

Public property Bold

1

Public property Italic

2

Public property Regular

0

Public property Strikeout

8

Public property Underline

4