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 415
686dd02e 4700 6781 edf8 fbfdc734eb96
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Specifies the spacing before or after the paragraph.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double SpacingAfter { get; set; }
VB
Public Property SpacingAfter As Double
Get
Set
C++
public:
property double SpacingAfter {
double get ();
void set (double value);
}
F#
member SpacingAfter : 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.