The line cap style
| C# | Visual Basic | Visual C++ |
public enum LineCapStyle
Public Enumeration LineCapStyle
public enum class LineCapStyle
| Member | Description |
|---|---|
| Default |
Default line cap style.
|
| ButtCap |
The stroke is squared off at the endpoint of the path. There is no
projection beyond the end of the path.
|
| RoundCap |
A semicircular arc with a diameter equal to the line width is
drawn around the endpoint and filled in.
|
| ProjectingSquareCap |
The stroke continues beyond the endpoint of the path
for a distance equal to half the line width and is then squared off.
|
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)