This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
0e4ede1f 975c 6bf4 d0fd 5bb0068df53c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the text height.
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
SetC++
public:
property double TextHeight {
double get ();
void set (double value);
}F#
member TextHeight : float with get, setDouble
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.