ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / StringFormat Class / SetTabStops Method
The number of spaces between the beginning of a line of text and the first tab stop.
An array of distances (in number of spaces) between tab stops.
The unit of the tab stops and offset.

In This Topic
    SetTabStops Method
    In This Topic
    Sets tab stops for this StringFormat object.
    Syntax
    'Declaration
     
    
    Public Sub SetTabStops( _
       ByVal firstTabOffset As Integer, _
       ByVal tabStops() As Integer, _
       ByVal tabUnit As TabUnit _
    ) 
    public void SetTabStops( 
       int firstTabOffset,
       int[] tabStops,
       TabUnit tabUnit
    )

    Parameters

    firstTabOffset
    The number of spaces between the beginning of a line of text and the first tab stop.
    tabStops
    An array of distances (in number of spaces) between tab stops.
    tabUnit
    The unit of the tab stops and offset.
    See Also