csharp
public enum TextDecorationLineWhich lines text-decoration-line asks for.
Remarks
Flags, because CSS takes a space-separated list and underline overline is two lines on one run rather than a fifth value.
Fields and properties (4)
NoneNone. CSS's initial value, and what no-underline writes.
UnderlineA line below the baseline, at the position the face asks for.
OverlineA line at the top of the ascent.
LineThroughA line across the glyphs, at the face's strikeout position.
Used by (3)
- DrawListBuilderVixen.Ui
- TextDecorationVixen.Ui
- TextRunVixen.Ui