Click or drag to resize

MTextLineSpacingFactor Property

Gets or sets the line spacing factor.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double LineSpacingFactor { get; set; }

Property Value

Type: Double
Remarks
Percentage of default line spacing to be applied. Valid values range from 0.25 to 4.00, the default value 1.0.
See Also