AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 LineStyle

public enum LineStyle
An enumeration with all possible line styles.
Dashed = 3

The outline is a series of short line segments.

Dotted = 2

The outline is a series of dots.

Double = 5

The outline is two single lines. The outline-width is the sum of the two lines and the space between them.

Groove = 6

The outline looks as though it were carved into the canvas.

Hidden = 1

Same as 'none', except in terms of border conflict resolution for table elements.

Inset = 8

The outline makes the box look as though it were embeded in the canvas.

None = 0

No outline (outline-width is 0).

Outset = 9

The opposite of inset: the outline makes the box look as though it were coming out of the canvas.

Ridge = 7

The opposite of groove: the outline looks as though it were coming out of the canvas.

Solid = 4

The outline is a single line.