Click or drag to resize

MTextRectangleWidth Property

Gets or sets the text reference rectangle width.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double RectangleWidth { get; set; }

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