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; }
Public Property RectangleWidth As Double
Get
Set
public:
property double RectangleWidth {
double get ();
void set (double value);
}
member RectangleWidth : float with get, set
PROPERTY RectangleWidth AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
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