LineStyle(LineDashStyle) Constructor |
Constructs a style for a dashed line
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic LineStyle(
LineDashStyle lineDashStyle
)
Public Sub New (
lineDashStyle As LineDashStyle
)
Parameters
- lineDashStyle LineDashStyle
- The dash style
See Also