Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TabStop Class / TabStop Constructor / TabStop Constructor(Single,Char)
The tab stop position, in graphic units.
The separator character (the Alignment property is set to 'SeparatorTab').

In This Topic
    TabStop Constructor(Single,Char)
    In This Topic
    Initializes a new instance of the TabStop class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal offset As System.Single, _
       ByVal separator As System.Char _
    )
    public TabStop( 
       System.float offset,
       System.char separator
    )

    Parameters

    offset
    The tab stop position, in graphic units.
    separator
    The separator character (the Alignment property is set to 'SeparatorTab').
    Remarks
    If the separator character code exceeds 0xFFFF, use the other constructor and set the Separator property explicitly.
    See Also