MTextParagraphHeightFactor Property
|
Gets or sets the paragraph height factor.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double ParagraphHeightFactor { get; set; }
Public Property ParagraphHeightFactor As Double
Get
Set
public:
property double ParagraphHeightFactor {
double get ();
void set (double value);
}
member ParagraphHeightFactor : float with get, set
PROPERTY ParagraphHeightFactor AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
Percentage of default paragraph height factor to be applied. Valid values range from 0.25 to 4.00, the default value 1.0.
See Also