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