Gets or sets the line style for elements rendering lines.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public LineStyle LineStyle { get; set; }
Visual Basic
Public Property LineStyle As LineStyle
	Get
	Set
Visual C++
public:
property LineStyle^ LineStyle {
	LineStyle^ get ();
	void set (LineStyle^ value);
}

Property Value

Type: LineStyle

See Also