Gets or sets the line dash pattern
Namespace: EvoPdfAssembly: 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); } |