Click or drag to resize

LinetypeTextSegmentScale Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the scale of the text relative to the scale of the linetype.

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

Property Value

Type: Double
Remarks
The height of the text style is multiplied by the scale factor. If the height of the text style is 0, the scale value alone is used as the height.
See Also