Click or drag to resize

DXFReaderNETControlPlotPenWidth Property

Returns/sets the width (in drawing units) of the plotted lines or arcs.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public float PlotPenWidth { get; set; }

Property Value

Type: Single
Remarks
Setting this property to a non zero value will plot every entity with solid line style. Default value: 0
See Also