TextBox.FittedTextHeight Property
Parent Object: TextBoxDescription
Property that returns the actual height of the text within the text box. This does not necessarily represent the current height of the text box, but only the text within the box. If the Fitted property is True then this value is the same as the height of the text box.
Syntax
TextBox.FittedTextHeight() As DoubleProperty Value
This is a read only property whose value is a Double.Samples
Name | Description |
Sketch Text Add | This sample illustrates creating text in a sketch. |