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

00210753 6e36 2482 54df f2aab62a60df

haplokuon edited this page May 6, 2023 · 1 revision

LineSpacingFactor Property

netDxf 3.0.0 Library

Gets or sets the paragraph line spacing factor.

Definition

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

Property Value

Double

Remarks

Percentage of default line spacing to be applied. Valid values range from 0.25 to 4.0, the default value 1.0.

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally