Click or drag to resize

FontXStyle Enumeration

Font styles that are numerically compatible to the FontStyle enumeration.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[FlagsAttribute]
public enum FontXStyle
Members
Member nameValueDescription
Regular0Normal text.
Bold1Bold text.
Italic2Italic text.
Underline4Underlined text.
Strikeout8Striked out text.
See Also