This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
1a4ac260 0553 1cc2 9bff 02b84faee1c6
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the text height as a multiple of the current text height.
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
Double
Set as 1.0 to apply the default height factor.