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