[]
Sets tab stops for this StringFormat object.
public void SetTabStops(int firstTabOffset, int[] tabStops, TabUnit tabUnit)
Type | Name | Description |
---|---|---|
int | firstTabOffset | The number of spaces between the beginning of a line of text and the first tab stop. |
int[] | tabStops | An array of distances (in number of spaces) between tab stops. |
TabUnit | tabUnit | The unit of the tab stops and offset. |