Gets or sets the line dash pattern

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

Syntax

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

Property Value

Type: LineDashStyle

See Also