Click or drag to resize

LineDashStyle Enumeration

Specifies dash line style.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2026.7.1
Syntax
public enum LineDashStyle
Members
Member nameValueDescription
Solid0 Solid (continuous) pen.
Dot1 Dot style.
Dash2 Dash style.
DashSmallGap3 Dash small gap style.
DashDot4 Dash short dash.
DashDotDot5 Dash short dash short dash.
See Also