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; }
Public Property PlotPenWidth As Single
Get
Set
public:
property float PlotPenWidth {
float get ();
void set (float value);
}
member PlotPenWidth : float32 with get, set
PROPERTY PlotPenWidth AS REAL4 GET SET
Property Value
Type:
SingleRemarks
Setting this property to a non zero value will plot every entity with solid line style.
Default value: 0
See Also