Click or drag to resize

MTextParagraphHeightFactor Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the paragraph height factor.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double ParagraphHeightFactor { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks
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