TextLPinY Property

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

Applies to: Shape object

Syntax

[[Let] doubelRet =] object.TextLPinY

object.TextLPinY = textLPinYSet

The TextLPinY property syntax has these parts:

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

Remarks

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

Note, that modifying the TextLPinY automatically changes the value of the TextGPinY 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, TextLPinX property, TextWidth property