Constructor HorizontalLine
Namespace TallComponents.PDF.Layout.Paragraphs
Class HorizontalLine
Create a new horizontal line with given width and color.
Syntax
public HorizontalLine(Double lineWidth, Color color)
Parameters
Double
lineWidth
Thickness of the line in points.
Color
color
The color of the line.