DimensionLineSpacingFactor Property
|
Gets or sets the dimension text line spacing factor.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double LineSpacingFactor { get; set; }
Public Property LineSpacingFactor As Double
Get
Set
public:
property double LineSpacingFactor {
double get ();
void set (double value);
}
member LineSpacingFactor : float with get, set
PROPERTY LineSpacingFactor AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
Percentage of default line spacing to be applied. Valid values range from 0.25 to 4.00, the default value 1.0.
See Also