TX Text Control .NET for Windows Forms Documentation

ParagraphFormat.TabTypes Property

Gets or sets an array containing the tab types in a paragraph.

Syntax

[C#] public TabType[] TabTypes { get; set; }
[Visual Basic] Public Property TabTypes() As TabType()
ValueDescription
LeftTabThe tab position is at the left side of the text.
RightTabThe tab position is at the right side of the text.
CenterTabThe text is centered to the tab position.
DecimalTabThe decimal sign is aligned at the tab position.
RightBorderTabThe tab is positioned right most and the text is diplayed at the left of this position. The tab position set with the TabPositions property is ignored. Only one tab of this kind is possible in a paragraph.

Remarks

The default type is TabType.LeftTab.

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

Limitations

The maximum number of tabs in a parapgraph is 14.

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now