Line dashing.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum LineDashing
Public Enumeration LineDashing
public enum class LineDashing
type LineDashing

Members

MemberValueDescription
Solid0
Solid (continuous) pen.
Dash1
PS_DASH system dash style.
Dot2
PS_DOT system dash style.
DashDot3
PS_DASHDOT system dash style.
DashDotDot4
PS_DASHDOTDOT system dash style.
DotGEL5
Square dot style.
DashGEL6
Dash style.
LongDashGEL7
Long dash style.
DashDotGEL8
Dash short dash.
LongDashDotGEL9
Long dash short dash.
LongDashDotDotGEL10
Long dash short dash short dash.
Default0

See Also