Pos Property (TabStop object)

A Single type property. Specifies the interval between this tab stop and the left edge of the text block which contains this tab stop.

Applies to: TabStop object

Syntax

[[Let] byteRet =] object.Pos

[Let] object.Pos = posSet

The Pos property syntax has these parts:

Part Description
object Required. An expression that returns a TabStop object.
byteRet Optional. A Byte type variable.
posSet Required. An expression that returns a Byte value.

Remarks

The distance between the tab stop and the left edge of the text block is measured in internal ConceptDraw units (InternalUnit).

The Pos property is also a table parameter of the shape which contains the text block including the object tab stop, that is, its value can be described by a formula. To work with Pos as a table parameter, use the CDPT_TABPOS constant tag.

 

See Also

Align property, Shape object, TextBlock object