LineStyle Class

The line style for a graphic element which draws lines

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class LineStyle
Inheritance
Object    LineStyle

Constructors

LineStyle Constructs a default line style
LineStyle(LineDashStyle) Constructs a style for a dashed line
LineStyle(Single) Constructs a line style with the specified line width
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

Properties

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

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also