Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPosition Class / TabPosition Constructor / TabPosition Constructor(Unit,TabAlignmentEnum,Char)
The tab position, relative to the left edge of the text area.
The text alignment at this tab position.
The character used to fill the area between the preceding and the current tab stops.

In This Topic
    TabPosition Constructor(Unit,TabAlignmentEnum,Char)
    In This Topic
    Initializes a new instance of the TabPosition class, at the specified position and with the specified text alignment and fill character.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal position As Unit, _
       ByVal alignment As TabAlignmentEnum, _
       ByVal fillChar As Char _
    )
    public TabPosition( 
       Unit position,
       TabAlignmentEnum alignment,
       char fillChar
    )

    Parameters

    position
    The tab position, relative to the left edge of the text area.
    alignment
    The text alignment at this tab position.
    fillChar
    The character used to fill the area between the preceding and the current tab stops.
    See Also