Specifies the offsets of the tab stops. Use the AddTabStop method to add tab stops to the string format.
Namespace: RSGdiPlusGraphics
Delphi |
public |
Parameters
Index
Type: Integer
Type: Single
The following example creates a String Format object, sets tab stops, and uses the String Format object to draw a string that contains tab characters (\t). The code also draws the string's layout rectangle. Then, the code gets the tab stops and proceeds to use or inspect the tab stops in some way.
|