Specifies the style of a dashed line.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public enum LineDashStyle |
| Visual Basic |
|---|
Public Enumeration LineDashStyle |
| Visual C++ |
|---|
public enum class LineDashStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | -1 | Default dash style | |
| 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. |