Property IGDIPlus.IGPStringFormat.TabStops
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPStringFormat
Contents |
Syntax
Delphi:
property TabStops : TGPSingleArray read GetTabStopsProp;
C++ Builder:
__property TGPSingleArray TabStops = { read=GetTabStopsProp };
Summary
Sets or gets the offsets for tab stops in the TGPStringFormat object.
Description
Use this property to set or get the offsets for tab stops in
the TGPStringFormat object.
Remarks
Each tab-stop offset in the tabStops array, except the first
one, is relative to the previous one. The first tab-stop
offset is relative to the initial offset position specified
by firstTabOffset. For example, if the initial offset
position is 8 and the first tab-stop offset is 50, then the
first tab stop is at position 58. If the initial offset
position is zero, then the first tab-stop offset is relative
to position 0, the string origin.