Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

fb4070de ecde af7e ac69 365778b16f48

haplokuon edited this page May 6, 2023 · 1 revision

SpacingBefore Property

netDxf 3.0.0 Library

Specifies the spacing before the paragraphs.

Definition

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

Property Value

Double

Remarks

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.

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally