Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum LineDashStyleType
Public Enumeration LineDashStyleType
public enum class LineDashStyleType
type LineDashStyleType
Members
| Member | Value | Description |
|---|---|---|
| None | -1 | |
| Solid | 0 | |
| Dot | 1 | |
| Dash | 2 | |
| LargeDash | 3 | |
| DashDot | 4 | |
| LargeDashDot | 5 | |
| LargeDashDotDot | 6 | |
| SystemDash | 7 | |
| SystemDot | 8 | |
| SystemDashDot | 9 | |
| SystemDashDotDot | 10 | |
| Custom | 11 |