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

In This Topic
    TabStop Constructor(Single,TabStopAlignment,TabStopLeader)
    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, _
       Optional ByVal leader As TabStopLeader _
    )
    public TabStop( 
       System.float offset,
       TabStopAlignment alignment,
       TabStopLeader leader
    )

    Parameters

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