TextHeight Property

A Double type property. The height of the shape's text box.

Applies to: Shape object

Syntax

[[Let] doubleRet =] object.TextHeight

[Let] object.TextHeight = textHeightSet

The TextHeight property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
doubleRet Optional. A Double type variable.
textHeightSet Required. An expression that returns a Double value.

Remarks

The TextHeight property is also a table parameter of the shape, that is, its value can be described by a formula. To work with TextHeight as a table parameter, use the CDPT_TEXTHEIGHT constant tag.

The unit of measure for the shape's text box height set by TextHeight is the internal ConceptDraw unit (InternalUnit).

 

See Also

Text property, TextAngle property, TextBlock property, TextFlipX property, TextFlipY property, TextGPinX property, TextGPinY property, TextLPinX property, TextLPinY property TextWidth property