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

6e7bc4bd b471 1813 ee77 05e38bf6d2b1

haplokuon edited this page May 6, 2023 · 1 revision

HeightFactor Property

netDxf 3.0.0 Library

Gets or sets the paragraph height factor.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double HeightFactor { get; set; }

VB

Public Property HeightFactor As Double
	Get
	Set

C++

public:
property double HeightFactor {
	double get ();
	void set (double value);
}

F#

member HeightFactor : float with get, set

Property Value

Double

Remarks

Set as 1.0 to apply the default height factor.

See Also

Reference

MTextParagraphOptions Class
netDxf.Entities Namespace

Clone this wiki locally