LineDashStyle Enumeration
Specifies the style of a dashed line.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public enum LineDashStyle
Public Enumeration LineDashStyle
Solid | 0 |
Specifies a solid line
|
Dash | 1 |
Specifies a line consisting of dashes.
|
Dot | 2 |
Specifies a line consisting of dots.
|
DashDot | 3 |
Specifies a line consisting of a repeating pattern of dash-dot.
|
DashDotDot | 4 |
Specifies a line consisting of a repeating pattern of dash-dot-dot.
|
Default | -1 |
Default dash style
|