[]
Specifies the alignment type of a tab stop.
public enum TabStopAlignment
Public Enum TabStopAlignment
| Name | Description |
|---|---|
| Bar | Displays a vertical bar at the tab stop position. |
| Center | Centers the text on the tab stop position. |
| Clear | Removes any tab stop at this position. |
| Decimal | Aligns the text at the decimal point. |
| Left | Left-aligns the text following the tab stop. |
| List | Specifies a tab stop used as a delimiter between the number or bullet and the text in a list item. |
| Right | Right-aligns the text at the tab stop position. |