FontDecoration Enumeration |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [FlagsAttribute]
public enum FontDecoration
<FlagsAttribute>
Public Enumeration FontDecoration
[<FlagsAttribute>]
type FontDecoration
Members
| Member name | Value | Description |
---|
| None | 0 |
No decorations
|
| Underline | 1 |
Underline font decoration
|
| Strikethrough | 2 |
Strikethrough font decoration
|
Remarks
These specify the different decorations to apply to a font, and are not related to the style.
See Also