EVO HTML to PDF Converter

LineStyle Class

EVO PDF Client for Universal Windows Platform Documentation
The line style for a graphic element which draws lines
Inheritance Hierarchy

SystemObject
  EvoPdf.HtmlToPdfClientLineStyle

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.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
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference