Click or drag to resize

LineDashStyleType Enumeration

Represents the line dash style.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum LineDashStyleType
Members
Member name 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
See Also