Click or drag to resize

LineDashing Enumeration

Line dashing.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum LineDashing
Members
Member name Value Description
Solid 0 Solid (continuous) pen.
Dash 1 PS_DASH system dash style.
Dot 2 PS_DOT system dash style.
DashDot 3 PS_DASHDOT system dash style.
DashDotDot 4 PS_DASHDOTDOT system dash style.
DotGEL 5 Square dot style.
DashGEL 6 Dash style.
LongDashGEL 7 Long dash style.
DashDotGEL 8 Dash short dash.
LongDashDotGEL 9 Long dash short dash.
LongDashDotDotGEL 10 Long dash short dash short dash.
Default 0 Same as Solid .
See Also