AngleSharp by AngleSharp

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

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