Click or drag to resize

FontDecoration Enumeration

Decorations for a Font

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[FlagsAttribute]
public enum FontDecoration
Members
  Member nameValueDescription
None0 No decorations
Underline1 Underline font decoration
Strikethrough2 Strikethrough font decoration
Remarks
These specify the different decorations to apply to a font, and are not related to the style.
See Also