Click or drag to resize

LineDashStyle Enumeration

Specifies dash line style.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public enum LineDashStyle
Members
Member nameValueDescription
Solid0 Solid (continuous) pen.
Dot1 Dot style.
Dash2 Dash style.
DashDot3 Dash short dash.
DashDotDot4 Dash short dash short dash.
See Also