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