Namespace: Spire.Presentation
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

MemberValueDescription
None-1
Solid0
Dot1
Dash2
LargeDash3
DashDot4
LargeDashDot5
LargeDashDotDot6
SystemDash7
SystemDot8
SystemDashDot9
SystemDashDotDot10
Custom11

See Also