LineStyle
An enumeration with all possible line styles.
namespace AngleSharp.Dom.Css
{
public enum LineStyle : byte
{
None,
Hidden,
Dotted,
Dashed,
Solid,
Double,
Groove,
Ridge,
Inset,
Outset
}
}