Returns the number of tab stops
Namespace: RSGdiPlusGraphics
Delphi |
public |
Property Value
Type: Integer
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.
|