Gets or sets the text height.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Height { get; set; }
Public Property Height As Double
Get
Set
public:
property double Height {
double get ();
void set (double value);
}
member Height : float with get, set
PROPERTY Height AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Fixed text height; 0 if not fixed.
See Also