AngleSharp by AngleSharp

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

.NET API 1,214,976 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 } }