Vixen
dd8b0a81
csharp
public enum TextDecorationLine

Which lines text-decoration-line asks for.

Read the guide page for this →

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)

  • None

    None. CSS's initial value, and what no-underline writes.

  • Underline

    A line below the baseline, at the position the face asks for.

  • Overline

    A line at the top of the ascent.

  • LineThrough

    A line across the glyphs, at the face's strikeout position.

Used by (3)

  • DrawListBuilderVixen.Ui
  • TextDecorationVixen.Ui
  • TextRunVixen.Ui