MTextFormattingOptionsHeightFactor Property
|
Gets or sets the text height as a multiple of the current text height.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double HeightFactor { get; set; }
Public Property HeightFactor As Double
Get
Set
public:
property double HeightFactor {
double get ();
void set (double value);
}
member HeightFactor : float with get, set
PROPERTY HeightFactor AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Set as 1.0 to apply the default height factor.
See Also