TabStop Object

The TabStop object controls tab stop properties: text alignment relative to the tab stop, tab stop position.

Properties

Align Determines the alignment of the text with respect to the tab stop.
Pos

The distance between the tab stop position and the left edge of the text block, where this tab stop is located.

Remarks

Tab stop positions of a text block specify positions to which the insertion point jumps when you hit Tab when editing text. Each TextBlock object contains its own tab stop collection and the corresponding methods for working with that collection.

An instance of the TabStop object can be retrieved by using the following methods of the TextBlock object: AddTabStop method, TabStop method.

 

See Also

Shape object, TextBlock object