TabAlignment

TabAlignment enumeration

Specifies the alignment/type of a tab stop.

public enum TabAlignment

Values

NameValueDescription
Left0Left-aligns the text after the tab stop.
Center1Centers the text around the tab stop.
Right2Right-aligns the text at the tab stop.
Decimal3Aligns the text at the decimal dot.
Bar4Draws a vertical bar at the tab stop position.
List6The tab is a delimiter between the number/bullet and text in a list item.
Clear7Clears any tab stop in this position.

See Also