Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TabPosition Class / TabPosition Constructor / TabPosition Constructor(Unit,TabAlignmentEnum)
The tab position, relative to the left edge of the text area.
The text alignment at this tab position.

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

    Parameters

    position
    The tab position, relative to the left edge of the text area.
    alignment
    The text alignment at this tab position.
    See Also