This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
00210753 6e36 2482 54df f2aab62a60df
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the paragraph line spacing factor.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double LineSpacingFactor { get; set; }
VB
Public Property LineSpacingFactor As Double
Get
Set
C++
public:
property double LineSpacingFactor {
double get ();
void set (double value);
}
F#
member LineSpacingFactor : float with get, set
Double
Percentage of default line spacing to be applied. Valid values range from 0.25 to 4.0, the default value 1.0.