TextWidth Property

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

Applies to: Shape object

Syntax

[[Let] doubleRet =] object.TextWidth

[Let] object.TextWidth = textWidthSet

The TextWidth property syntax has these parts:

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

Remarks

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

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

 

See Also

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