Share

TextBox.FittedTextHeight Property

Parent Object: TextBox

Description

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 Double

Property 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.

Version

Introduced in version 5.3

Was this information helpful?