AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.9.10" />

.NET API 1,230,336 bytes

 TextDecorationLine

public enum TextDecorationLine
An enumeration that defines the various line styles.
namespace AngleSharp.Dom.Css { public enum TextDecorationLine : byte { Underline, Overline, LineThrough, Blink } }