AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 TextDecorationStyle

public enum TextDecorationStyle
An enumeration with the various text decoration styles.
namespace AngleSharp.Dom.Css { public enum TextDecorationStyle : byte { Solid, Double, Dotted, Dashed, Wavy } }