Constructs a style for a line with the specified width, cap and join styles

C# | Visual Basic | Visual C++ |
public LineStyle( float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle )
Public Sub New ( lineWidth As Single, lineCapStyle As LineCapStyle, lineJoinStyle As LineJoinStyle )
public: LineStyle( float lineWidth, LineCapStyle lineCapStyle, LineJoinStyle lineJoinStyle )

- lineWidth (Single)
- The line width in graphic units
- lineCapStyle (LineCapStyle)
- The line cap style
- lineJoinStyle (LineJoinStyle)
- The line join style
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)