LineStyle Class |
Namespace: ExpertPdf.PdfCreator
The LineStyle type exposes the following members.
Name | Description | |
---|---|---|
LineStyle |
Constructs a default line style
| |
LineStyle(Single) |
Constructs a line style with the specified line width
| |
LineStyle(LineDashStyle) |
Constructs a style for a dashed line
| |
LineStyle(Single, LineDashStyle) |
Constructs a style for a dashed line
| |
LineStyle(Single, LineCapStyle, LineJoinStyle) |
Constructs a style for a line with the specified width, cap and join styles
|
Name | Description | |
---|---|---|
LineCapStyle |
Gets or sets the line cap style
| |
LineDashStyle |
Gets or sets the line dash pattern
| |
LineJoinStyle |
Gets or sets the line join style
| |
LineWidth |
The line width
|