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

b44c550f b820 2be2 b0ca 600f6fc6e3ef

haplokuon edited this page May 6, 2023 · 1 revision

LineSpacingFactor Property

netDxf 3.0.0 Library

Gets or sets the 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

MText Class
netDxf.Entities Namespace

Clone this wiki locally