Gets or sets the width factor.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double WidthFactor { get; set; }
Public Property WidthFactor As Double
Get
Set
public:
property double WidthFactor {
double get ();
void set (double value);
}
member WidthFactor : float with get, set
PROPERTY WidthFactor AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Valid values range from 0.01 to 100. Default: 1.0.
See Also