Specifies the style of a dashed line.

C# | Visual Basic | Visual C++ |
public enum LineDashStyle
Public Enumeration LineDashStyle
public enum class LineDashStyle

Member | Description |
---|---|
Default |
Default dash style
|
Solid |
Specifies a solid line
|
Dash |
Specifies a line consisting of dashes.
|
Dot |
Specifies a line consisting of dots.
|
DashDot |
Specifies a line consisting of a repeating pattern of dash-dot.
|
DashDotDot |
Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)