Click or drag to resize

MTextRectangleWidth Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the text reference rectangle width.

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

Property Value

Type: Double
Remarks
This value defines the width of the box where the text will fit.
If a paragraph width is longer than the rectangle width it will be broken in several lines, using the word spaces as breaking points.
If you specify a width of 0, word wrap is turned off and the width of the multiline text object is as wide as the longest line of text.
See Also