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 409
fb4070de ecde af7e ac69 365778b16f48
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Specifies the spacing before the paragraphs.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double SpacingBefore { get; set; }
VB
Public Property SpacingBefore As Double
Get
Set
C++
public:
property double SpacingBefore {
double get ();
void set (double value);
}
F#
member SpacingBefore : float with get, set
Double
If set to zero no value will be applied and the default will be inherited. When it is non zero, valid values range from 0.25 to 4.0.
The distance between two paragraphs is determined by the total of the after paragraph spacing value of the upper paragraph and the before paragraph spacing value of the lower paragraph.