TextLPinX Property

A Double type property. The X offset of the shape's text box rotation center from the center of the shape's coordinate system.

Applies to: Shape object

Syntax

[[Let] doubleRet =] object.TextLPinX

[Let] object.TextLPinX = textLPinXSet

The TextLPinX property syntax has these parts:

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

Remarks

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

Note, that modifying the TextLPinX automatically changes the value of the TextGPinX property. The unit of measure for the offset are internal ConceptDraw units (InternalUnit).

 

See Also

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