ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class / GetTabStops Method
The number of spaces between the beginning of a text line and the first tab stop.
The unit of the tab stops and offset.

In This Topic
    GetTabStops Method
    In This Topic
    Gets the tab stops for this StringFormat object.
    Syntax
    'Declaration
     
    
    Public Function GetTabStops( _
       ByRef firstTabOffset As Integer, _
       ByRef tabUnit As TabUnit _
    ) As Integer()
    public int[] GetTabStops( 
       out int firstTabOffset,
       out TabUnit tabUnit
    )

    Parameters

    firstTabOffset
    The number of spaces between the beginning of a text line and the first tab stop.
    tabUnit
    The unit of the tab stops and offset.

    Return Value

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