TextGPinX Property

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

Applies to: Shape object

Syntax

[[Let] doubleRet =] object.TextGPinX

[Let] object.TextGPinX = textGPinXSet

The TextGPinX property syntax has these parts:

Part Description
object

Required. An expression that returns a Shape object.

doubleRet Optional. A Double type variable.
textGPinXSet Required. An expression that returns a Double value.

Remarks

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

The unit of measure for the coordinates are the internal ConceptDraw units (InternalUnit).

 

See Also

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