Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TabStop Class / TabStop Constructor / TabStop Constructor(Single,TabStopAlignment)
The tab stop position, in graphic units.
Specifies how the text is aligned relative to the tab stop.

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

    Parameters

    offset
    The tab stop position, in graphic units.
    alignment
    Specifies how the text is aligned relative to the tab stop.
    See Also