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

0e4ede1f 975c 6bf4 d0fd 5bb0068df53c

haplokuon edited this page May 6, 2023 · 1 revision

TextHeight Property

netDxf 3.0.0 Library

Gets or sets the text height.

Definition

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

C#

public double TextHeight { get; set; }

VB

Public Property TextHeight As Double
	Get
	Set

C++

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

F#

member TextHeight : float with get, set

Property Value

Double

Remarks

Valid values must be greater than zero. By default it initially uses the text height defined in the style, when saved in the DXF this value is stored as extended data information.

See Also

Reference

Tolerance Class
netDxf.Entities Namespace

Clone this wiki locally