LineDashStyle Enumeration |
Specifies dash line style.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public enum LineDashStyle
Public Enumeration LineDashStyle
Members Member name | Value | Description |
---|
Solid | 0 |
Solid (continuous) pen.
|
Dot | 1 |
Dot style.
|
Dash | 2 |
Dash style.
|
DashDot | 3 |
Dash short dash.
|
DashDotDot | 4 |
Dash short dash short dash.
|
See Also