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