[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.StringFormat.GetTabStops

GetTabStops Method

GetTabStops(out int, out TabUnit)

Gets the tab stops for this StringFormat object.

Declaration
public int[] GetTabStops(out int firstTabOffset, out TabUnit tabUnit)
Public Function GetTabStops(ByRef firstTabOffset As Integer, ByRef tabUnit As TabUnit) As Integer()
Parameters
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.

Returns
Type Description
int[]

An array of distances (in number of spaces) between tab stops.