DimensionStyleTextHeight Property
|
Specifies the height of dimension text, unless the current text style has a fixed height.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double TextHeight { get; set; }
Public Property TextHeight As Double
Get
Set
public:
property double TextHeight {
double get ();
void set (double value);
}
member TextHeight : float with get, set
PROPERTY TextHeight AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Default: 0.18
See Also