Click or drag to resize

LineStyle Class

The line style for a graphic element which draws lines
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorLineStyle

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public class LineStyle

The LineStyle type exposes the following members.

Constructors
 NameDescription
Public methodLineStyle Constructs a default line style
Public methodLineStyle(LineDashStyle) Constructs a style for a dashed line
Public methodLineStyle(Single) Constructs a line style with the specified line width
Public methodLineStyle(Single, LineDashStyle) Constructs a style for a dashed line
Public methodLineStyle(Single, LineCapStyle, LineJoinStyle) Constructs a style for a line with the specified width, cap and join styles
Top
Properties
 NameDescription
Public propertyLineCapStyle Gets or sets the line cap style
Public propertyLineDashStyle Gets or sets the line dash pattern
Public propertyLineJoinStyle Gets or sets the line join style
Public propertyLineWidth The line width
Top
See Also