Gets or sets the line cap style
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public LineCapStyle LineCapStyle { get; set; } |
| Visual Basic |
|---|
Public Property LineCapStyle As LineCapStyle Get Set |
| Visual C++ |
|---|
public: property LineCapStyle LineCapStyle { LineCapStyle get (); void set (LineCapStyle value); } |