Gets or sets an array containing the absolute tab stop positions, in twips, in a paragraph.

Syntax

public int[] TabPositions { get; set; }
Public Property TabPositions() As Integer()

Limitations

The maximum number of tabs in a line is 14.

Remarks

The default positions are multiple of 1134 twips (2 cm).

The property returns an array with common values when the text selection contains multiple paragraphs with mixed positions. The remaining not common values are set to zero. If all values are different, the Selection.IsCommonValueSelected method returns false.